Home
last modified time | relevance | path

Searched refs:CONNECTION_HEADER_NAME (Results 1 – 2 of 2) sorted by last modified time

/unit/src/java/nginx/unit/websocket/
H A DWsWebSocketContainer.java663 headers.put(Constants.CONNECTION_HEADER_NAME, connectionValues); in createRequestHeaders()
H A DConstants.java88 public static final String CONNECTION_HEADER_NAME = "Connection"; field in Constants