Home
last modified time | relevance | path

Searched refs:endpointConfig (Results 1 – 7 of 7) sorted by relevance

/unit/src/java/nginx/unit/websocket/server/
H A DWsHttpUpgradeHandler.java54 private EndpointConfig endpointConfig; field in WsHttpUpgradeHandler
71 public void preInit(Endpoint ep, EndpointConfig endpointConfig, in preInit() argument
77 this.endpointConfig = endpointConfig; in preInit()
121 endpointConfig, r); in init()
123 ep.onOpen(wsSession, endpointConfig); in init()
/unit/src/java/nginx/unit/websocket/pojo/
H A DPojoEndpointServer.java38 public void onOpen(Session session, EndpointConfig endpointConfig) { in onOpen() argument
40 ServerEndpointConfig sec = (ServerEndpointConfig) endpointConfig; in onOpen()
64 doOnOpen(session, endpointConfig); in onOpen()
/unit/src/java/nginx/unit/websocket/
H A DUtil.java362 MessageHandler listener, EndpointConfig endpointConfig, in getMessageHandlers() argument
392 endpointConfig, matchDecoders(target, endpointConfig, true), in getMessageHandlers()
403 endpointConfig, matchDecoders(target, endpointConfig, true), in getMessageHandlers()
411 endpointConfig, matchDecoders(target, endpointConfig, false), in getMessageHandlers()
418 DecoderMatch decoderMatch = matchDecoders(target, endpointConfig); in getMessageHandlers()
423 endpointConfig, in getMessageHandlers()
432 endpointConfig, in getMessageHandlers()
449 EndpointConfig endpointConfig, boolean binary) { in matchDecoders() argument
450 DecoderMatch decoderMatch = matchDecoders(target, endpointConfig); in matchDecoders()
462 EndpointConfig endpointConfig) { in matchDecoders() argument
[all …]
H A DWsSession.java91 private final EndpointConfig endpointConfig; field in WsSession
159 boolean secure, EndpointConfig endpointConfig, in WsSession() argument
193 this.wsRemoteEndpoint.setEncoders(endpointConfig); in WsSession()
194 this.endpointConfig = endpointConfig; in WsSession()
196 this.userProperties.putAll(endpointConfig.getUserProperties()); in WsSession()
266 endpointConfig, this); in doAddMessageHandler()
H A DWsRemoteEndpointImplBase.java645 protected void setEncoders(EndpointConfig endpointConfig) in setEncoders() argument
649 endpointConfig.getEncoders()) { in setEncoders()
653 instance.init(endpointConfig); in setEncoders()
/unit/src/java/javax/websocket/
H A DEncoder.java26 abstract void init(EndpointConfig endpointConfig); in init() argument
H A DDecoder.java26 abstract void init(EndpointConfig endpointConfig); in init() argument