Class SSLSocketChannel2

java.lang.Object
org.java_websocket.SSLSocketChannel2
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, WritableByteChannel, ISSLChannel, WrappedByteChannel

public class SSLSocketChannel2 extends Object implements ByteChannel, WrappedByteChannel, ISSLChannel
Implements the relevant portions of the SocketChannel interface with the SSLEngine wrapper.