public class SniHandler
extends io.netty.handler.ssl.AbstractSniHandler<io.netty.handler.ssl.SslContext>
| Constructor and Description |
|---|
SniHandler(NettySslContextFactory nettySslContextFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected io.netty.util.concurrent.Future<io.netty.handler.ssl.SslContext> |
lookup(io.netty.channel.ChannelHandlerContext ctx,
String hostname) |
protected void |
onLookupComplete(io.netty.channel.ChannelHandlerContext ctx,
String hostname,
io.netty.util.concurrent.Future<io.netty.handler.ssl.SslContext> sslContextFuture) |
bind, close, connect, decode, deregister, disconnect, flush, handlerRemoved0, read, writeactualReadableBytes, callDecode, channelInactive, channelRead, channelReadComplete, decodeLast, discardSomeReadBytes, handlerRemoved, internalBuffer, isSingleDecode, setCumulator, setDiscardAfterReads, setSingleDecode, userEventTriggeredchannelActive, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaughtensureNotSharable, handlerAdded, isSharablepublic SniHandler(NettySslContextFactory nettySslContextFactory)
protected io.netty.util.concurrent.Future<io.netty.handler.ssl.SslContext> lookup(io.netty.channel.ChannelHandlerContext ctx,
String hostname)
lookup in class io.netty.handler.ssl.AbstractSniHandler<io.netty.handler.ssl.SslContext>protected void onLookupComplete(io.netty.channel.ChannelHandlerContext ctx,
String hostname,
io.netty.util.concurrent.Future<io.netty.handler.ssl.SslContext> sslContextFuture)
onLookupComplete in class io.netty.handler.ssl.AbstractSniHandler<io.netty.handler.ssl.SslContext>Copyright © 2020. All rights reserved.