Uses of Class
io.netty.handler.ssl.SslHandler
-
Packages that use SslHandler Package Description io.netty.handler.ssl SSL · TLS implementation based onSSLEngine -
-
Uses of SslHandler in io.netty.handler.ssl
Methods in io.netty.handler.ssl that return SslHandler Modifier and Type Method Description protected SslHandlerDelegatingSslContext. newHandler(ByteBufAllocator alloc, boolean startTls)protected SslHandlerDelegatingSslContext. newHandler(ByteBufAllocator alloc, boolean startTls, java.util.concurrent.Executor executor)protected SslHandlerDelegatingSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls)protected SslHandlerDelegatingSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls, java.util.concurrent.Executor executor)protected SslHandlerReferenceCountedOpenSslContext. newHandler(ByteBufAllocator alloc, boolean startTls)protected SslHandlerReferenceCountedOpenSslContext. newHandler(ByteBufAllocator alloc, boolean startTls, java.util.concurrent.Executor executor)protected SslHandlerReferenceCountedOpenSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls)protected SslHandlerReferenceCountedOpenSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls, java.util.concurrent.Executor executor)SslHandlerSslContext. newHandler(ByteBufAllocator alloc)Create a new SslHandler.protected SslHandlerSslContext. newHandler(ByteBufAllocator alloc, boolean startTls)Create a new SslHandler.protected SslHandlerSslContext. newHandler(ByteBufAllocator alloc, boolean startTls, java.util.concurrent.Executor executor)Create a new SslHandler.SslHandlerSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort)Creates a newSslHandlerprotected SslHandlerSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls)Create a new SslHandler.protected SslHandlerSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls, java.util.concurrent.Executor delegatedTaskExecutor)SslHandlerSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, java.util.concurrent.Executor delegatedTaskExecutor)Creates a newSslHandlerwith advisory peer information.SslHandlerSslContext. newHandler(ByteBufAllocator alloc, java.util.concurrent.Executor delegatedTaskExecutor)Creates a newSslHandler.protected SslHandlerOptionalSslHandler. newSslHandler(ChannelHandlerContext context, SslContext sslContext)Override to configure the SslHandler eg.protected SslHandlerSniHandler. newSslHandler(SslContext context, ByteBufAllocator allocator)Methods in io.netty.handler.ssl with parameters of type SslHandler Modifier and Type Method Description protected voidDelegatingSslContext. initHandler(SslHandler handler)Init theSslHandler.
-