Home
last modified time | relevance | path

Searched refs:UPGRADE_HEADER_VALUE (Results 1 – 2 of 2) sorted by relevance

/unit/src/java/nginx/unit/websocket/
H A DConstants.java86 public static final String UPGRADE_HEADER_VALUE = "websocket"; field in Constants
H A DWsWebSocketContainer.java657 upgradeValues.add(Constants.UPGRADE_HEADER_VALUE); in createRequestHeaders()