Searched refs:HEADER_UPGRADE_VALUE (Results 1 – 1 of 1) sorted by relevance
96 this.handshakeResponse.addHeader(NanoWSD.HEADER_UPGRADE, NanoWSD.HEADER_UPGRADE_VALUE); in WebSocket()743 public static final String HEADER_UPGRADE_VALUE = "websocket"; field in NanoWSD825 boolean isUpgrade = NanoWSD.HEADER_UPGRADE_VALUE.equalsIgnoreCase(upgrade); in isWebsocketRequested()