Package | Description |
---|---|
io.netty.handler.ssl |
SSL ·
TLS implementation based on
SSLEngine |
Modifier and Type | Method and Description |
---|---|
SslHandler |
SslContext.newHandler(ByteBufAllocator alloc)
Creates a new
SslHandler . |
SslHandler |
SslContext.newHandler(ByteBufAllocator alloc,
java.lang.String peerHost,
int peerPort)
Creates a new
SslHandler with advisory peer information. |
protected SslHandler |
OptionalSslHandler.newSslHandler(ChannelHandlerContext context,
SslContext sslContext)
Override to configure the SslHandler eg.
|
Modifier and Type | Method and Description |
---|---|
(package private) abstract int |
SslHandler.SslEngineType.calculateWrapBufferCapacity(SslHandler handler,
int pendingBytes,
int numComponents) |
(package private) abstract javax.net.ssl.SSLEngineResult |
SslHandler.SslEngineType.unwrap(SslHandler handler,
ByteBuf in,
int readerIndex,
int len,
ByteBuf out) |