Uses of Class
io.netty.handler.ssl.SslHandler
Packages that use SslHandler
-
Uses of SslHandler in io.netty.handler.ssl
Methods in io.netty.handler.ssl that return SslHandlerModifier and TypeMethodDescriptionprotected final SslHandlerDelegatingSslContext.newHandler(ByteBufAllocator alloc, boolean startTls) protected SslHandlerDelegatingSslContext.newHandler(ByteBufAllocator alloc, boolean startTls, Executor executor) protected final SslHandlerDelegatingSslContext.newHandler(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls) protected SslHandlerDelegatingSslContext.newHandler(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls, Executor executor) protected final SslHandlerReferenceCountedOpenSslContext.newHandler(ByteBufAllocator alloc, boolean startTls) protected SslHandlerReferenceCountedOpenSslContext.newHandler(ByteBufAllocator alloc, boolean startTls, Executor executor) protected final SslHandlerReferenceCountedOpenSslContext.newHandler(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls) protected SslHandlerReferenceCountedOpenSslContext.newHandler(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls, Executor executor) final 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, Executor executor) Create a new SslHandler.final SslHandlerSslContext.newHandler(ByteBufAllocator alloc, String peerHost, int peerPort) Creates a newSslHandlerprotected SslHandlerSslContext.newHandler(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls) Create a new SslHandler.protected SslHandlerSslContext.newHandler(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls, Executor delegatedTaskExecutor) SslContext.newHandler(ByteBufAllocator alloc, String peerHost, int peerPort, Executor delegatedTaskExecutor) Creates a newSslHandlerwith advisory peer information.SslContext.newHandler(ByteBufAllocator alloc, 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 SslHandlerModifier and TypeMethodDescriptionprotected voidDelegatingSslContext.initHandler(SslHandler handler) Init theSslHandler.