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 SslHandler
DelegatingSslContext.newHandler
(ByteBufAllocator alloc, boolean startTls) protected SslHandler
DelegatingSslContext.newHandler
(ByteBufAllocator alloc, boolean startTls, Executor executor) protected final SslHandler
DelegatingSslContext.newHandler
(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls) protected SslHandler
DelegatingSslContext.newHandler
(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls, Executor executor) protected final SslHandler
ReferenceCountedOpenSslContext.newHandler
(ByteBufAllocator alloc, boolean startTls) protected SslHandler
ReferenceCountedOpenSslContext.newHandler
(ByteBufAllocator alloc, boolean startTls, Executor executor) protected final SslHandler
ReferenceCountedOpenSslContext.newHandler
(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls) protected SslHandler
ReferenceCountedOpenSslContext.newHandler
(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls, Executor executor) final 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, Executor executor) Create a new SslHandler.final SslHandler
SslContext.newHandler
(ByteBufAllocator alloc, String peerHost, int peerPort) Creates a newSslHandler
protected SslHandler
SslContext.newHandler
(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls) Create a new SslHandler.protected SslHandler
SslContext.newHandler
(ByteBufAllocator alloc, String peerHost, int peerPort, boolean startTls, Executor delegatedTaskExecutor) SslContext.newHandler
(ByteBufAllocator alloc, String peerHost, int peerPort, Executor delegatedTaskExecutor) Creates a newSslHandler
with advisory peer information.SslContext.newHandler
(ByteBufAllocator 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, ByteBufAllocator allocator) Methods in io.netty.handler.ssl with parameters of type SslHandlerModifier and TypeMethodDescription(package private) abstract ByteBuf
SslHandler.SslEngineType.allocateWrapBuffer
(SslHandler handler, ByteBufAllocator allocator, int pendingBytes, int numComponents) (package private) abstract int
SslHandler.SslEngineType.calculatePendingData
(SslHandler handler, int guess) (package private) abstract int
SslHandler.SslEngineType.calculateRequiredOutBufSpace
(SslHandler handler, int pendingBytes, int numComponents) protected void
DelegatingSslContext.initHandler
(SslHandler handler) Init theSslHandler
.(package private) abstract SSLEngineResult
SslHandler.SslEngineType.unwrap
(SslHandler handler, ByteBuf in, int len, ByteBuf out)