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