public interface SSLOptions
JdkSSLOptions,
NettySSLOptions| Modifier and Type | Method and Description |
|---|---|
io.netty.handler.ssl.SslHandler |
newSSLHandler(io.netty.channel.socket.SocketChannel channel)
Creates a new SSL handler for the given Netty channel.
|
io.netty.handler.ssl.SslHandler newSSLHandler(io.netty.channel.socket.SocketChannel channel)
JdkSSLOptions and
NettySSLOptions.channel - the channel.