Home
last modified time | relevance | path

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

/unit/auto/modules/
H A Djava410 src/java/nginx/unit/websocket/AsyncChannelWrapperSecure.java \
/unit/src/java/nginx/unit/websocket/
H A DAsyncChannelWrapperSecure.java49 public class AsyncChannelWrapperSecure implements AsyncChannelWrapper { class
52 LogFactory.getLog(AsyncChannelWrapperSecure.class);
54 StringManager.getManager(AsyncChannelWrapperSecure.class);
67 public AsyncChannelWrapperSecure(AsynchronousSocketChannel socketChannel, in AsyncChannelWrapperSecure() method in AsyncChannelWrapperSecure
H A DWsWebSocketContainer.java333 channel = new AsyncChannelWrapperSecure(socketChannel, sslEngine); in connectToServerRecursive()