Home
last modified time | relevance | path

Searched defs:getNegotiatedSubprotocol (Results 1 – 4 of 4) sorted by relevance

/unit/src/java/nginx/unit/websocket/server/
H A DDefaultServerEndpointConfigurator.java48 public String getNegotiatedSubprotocol(List<String> supported, in getNegotiatedSubprotocol() method in DefaultServerEndpointConfigurator
/unit/src/java/javax/websocket/
H A DSession.java58 String getNegotiatedSubprotocol(); in getNegotiatedSubprotocol() method
/unit/src/java/javax/websocket/server/
H A DServerEndpointConfig.java193 public String getNegotiatedSubprotocol(List<String> supported, in getNegotiatedSubprotocol() method in ServerEndpointConfig.Configurator
/unit/src/java/nginx/unit/websocket/
H A DWsSession.java375 public String getNegotiatedSubprotocol() { in getNegotiatedSubprotocol() method in WsSession