Home
last modified time | relevance | path

Searched refs:WsFrameClient (Results 1 – 3 of 3) sorted by path

/unit/auto/modules/
H A Djava435 src/java/nginx/unit/websocket/WsFrameClient.java \
/unit/src/java/nginx/unit/websocket/
H A DWsFrameClient.java31 public class WsFrameClient extends WsFrameBase { class
33 private final Log log = LogFactory.getLog(WsFrameClient.class); // must not be static
34 private static final StringManager sm = StringManager.getManager(WsFrameClient.class);
41 public WsFrameClient(ByteBuffer response, AsyncChannelWrapper channel, WsSession wsSession, in WsFrameClient() method in WsFrameClient
H A DWsWebSocketContainer.java501 WsFrameClient wsFrameClient = new WsFrameClient(response, channel, in connectToServerRecursive()