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 SslHandler
DelegatingSslContext. newHandler(ByteBufAllocator alloc, boolean startTls)
protected SslHandler
DelegatingSslContext. newHandler(ByteBufAllocator alloc, boolean startTls, java.util.concurrent.Executor executor)
protected SslHandler
DelegatingSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls)
protected SslHandler
DelegatingSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls, java.util.concurrent.Executor executor)
protected SslHandler
ReferenceCountedOpenSslContext. newHandler(ByteBufAllocator alloc, boolean startTls)
protected SslHandler
ReferenceCountedOpenSslContext. newHandler(ByteBufAllocator alloc, boolean startTls, java.util.concurrent.Executor executor)
protected SslHandler
ReferenceCountedOpenSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls)
protected SslHandler
ReferenceCountedOpenSslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls, java.util.concurrent.Executor executor)
SslHandler
SslContext. newHandler(ByteBufAllocator alloc)
Create a new SslHandler.protected SslHandler
SslContext. newHandler(ByteBufAllocator alloc, boolean startTls)
Create a new SslHandler.protected SslHandler
SslContext. newHandler(ByteBufAllocator alloc, boolean startTls, java.util.concurrent.Executor executor)
Create a new SslHandler.SslHandler
SslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort)
Creates a newSslHandler
protected SslHandler
SslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls)
Create a new SslHandler.protected SslHandler
SslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, boolean startTls, java.util.concurrent.Executor delegatedTaskExecutor)
SslHandler
SslContext. newHandler(ByteBufAllocator alloc, java.lang.String peerHost, int peerPort, java.util.concurrent.Executor delegatedTaskExecutor)
Creates a newSslHandler
with advisory peer information.SslHandler
SslContext. newHandler(ByteBufAllocator alloc, java.util.concurrent.Executor delegatedTaskExecutor)
Creates a newSslHandler
.protected SslHandler
OptionalSslHandler. newSslHandler(ChannelHandlerContext context, SslContext sslContext)
Override to configure the SslHandler eg.protected SslHandler
SniHandler. newSslHandler(SslContext context, ByteBufAllocator allocator)
Methods in io.netty.handler.ssl with parameters of type SslHandler Modifier and Type Method Description protected void
DelegatingSslContext. initHandler(SslHandler handler)
Init theSslHandler
.
-