Uses of Interface
org.java_websocket.interfaces.ISSLChannel
-
Packages that use ISSLChannel Package Description org.java_websocket -
-
Uses of ISSLChannel in org.java_websocket
Classes in org.java_websocket that implement ISSLChannel Modifier and Type Class Description class
SSLSocketChannel
A class that represents an SSL/TLS peer, and can be extended to create a client or a server.class
SSLSocketChannel2
Implements the relevant portions of the SocketChannel interface with the SSLEngine wrapper.
-