Home
last modified time | relevance | path

Searched defs:channel (Results 1 – 3 of 3) sorted by relevance

/unit/src/java/nginx/unit/websocket/
H A DWsRemoteEndpointImplClient.java30 private final AsyncChannelWrapper channel; field in WsRemoteEndpointImplClient
32 public WsRemoteEndpointImplClient(AsyncChannelWrapper channel) { in WsRemoteEndpointImplClient()
H A DWsFrameClient.java36 private final AsyncChannelWrapper channel; field in WsFrameClient
41 public WsFrameClient(ByteBuffer response, AsyncChannelWrapper channel, WsSession wsSession, in WsFrameClient()
H A DWsWebSocketContainer.java304 AsyncChannelWrapper channel = null; in connectToServerRecursive() local
526 private static void writeRequest(AsyncChannelWrapper channel, ByteBuffer request, in writeRequest()
787 AsyncChannelWrapper channel, long timeout) throws InterruptedException, in processResponse()