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 SslHandler
DelegatingSslContext. newHandler(BufferAllocator alloc, boolean startTls)
protected SslHandler
DelegatingSslContext. newHandler(BufferAllocator alloc, boolean startTls, Executor executor)
protected SslHandler
DelegatingSslContext. newHandler(BufferAllocator alloc, String peerHost, int peerPort, boolean startTls)
protected SslHandler
DelegatingSslContext. newHandler(BufferAllocator alloc, String peerHost, int peerPort, boolean startTls, Executor executor)
protected SslHandler
ReferenceCountedOpenSslContext. newHandler(BufferAllocator alloc, boolean startTls)
protected SslHandler
ReferenceCountedOpenSslContext. newHandler(BufferAllocator alloc, boolean startTls, Executor executor)
protected SslHandler
ReferenceCountedOpenSslContext. newHandler(BufferAllocator alloc, String peerHost, int peerPort, boolean startTls)
protected SslHandler
ReferenceCountedOpenSslContext. newHandler(BufferAllocator alloc, String peerHost, int peerPort, boolean startTls, Executor executor)
SslHandler
SslContext. newHandler(BufferAllocator alloc)
Create a new SslHandler.protected SslHandler
SslContext. newHandler(BufferAllocator alloc, boolean startTls)
Create a new SslHandler.protected SslHandler
SslContext. newHandler(BufferAllocator alloc, boolean startTls, Executor executor)
Create a new SslHandler.SslHandler
SslContext. newHandler(BufferAllocator alloc, String peerHost, int peerPort)
Creates a newSslHandler
protected SslHandler
SslContext. newHandler(BufferAllocator alloc, String peerHost, int peerPort, boolean startTls)
Create a new SslHandler.protected SslHandler
SslContext. newHandler(BufferAllocator alloc, String peerHost, int peerPort, boolean startTls, Executor delegatedTaskExecutor)
SslHandler
SslContext. newHandler(BufferAllocator alloc, String peerHost, int peerPort, Executor delegatedTaskExecutor)
Creates a newSslHandler
with advisory peer information.SslHandler
SslContext. newHandler(BufferAllocator alloc, 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, BufferAllocator allocator)
Methods in io.netty5.handler.ssl with parameters of type SslHandler Modifier and Type Method Description protected void
DelegatingSslContext. initHandler(SslHandler handler)
Init theSslHandler
.
-