Class SSLIOSession

java.lang.Object
org.apache.hc.core5.reactor.ssl.SSLIOSession
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, ReadableByteChannel, WritableByteChannel, SocketModalCloseable, ModalCloseable, IOSession, Identifiable

@Contract(threading=SAFE_CONDITIONAL) @Internal public class SSLIOSession extends Object implements IOSession
SSLIOSession is a decorator class intended to transparently extend an IOSession with transport layer security capabilities based on the SSL/TLS protocol.
Since:
4.2