public interface SslConnection extends TcpConnection
Note that this interface is a subtype of TcpConnection
.
See SslChannel2Connection
for converting a TcpChannel to an SslConnection.
Modifier and Type | Field and Description |
---|---|
static ByteBuffer |
SSL_CLOSE_NOTIFY
Sentinel value for
TcpConnection.read() and
TcpConnection.queueWrite(java.nio.ByteBuffer) ,
representing SSL close-notify record. |
Abstract Method | |
---|---|
SSLSession |
getSslSession()
Get the SSL session.
|
awaitReadable, awaitWritable, close, getExecutor, getId, getPeerHost, getPeerIp, getPeerPort, getWriteQueueSize, queueWrite, read, unread, write
static final ByteBuffer SSL_CLOSE_NOTIFY
TcpConnection.read()
and
TcpConnection.queueWrite(java.nio.ByteBuffer)
,
representing SSL close-notify record.SSLSession getSslSession()