public class SniHandler
extends io.netty.handler.ssl.AbstractSniHandler<io.netty.handler.ssl.SslContext>
| Constructor and Description | 
|---|
SniHandler(Configuration configuration,
          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)  | 
static Certificate[] | 
retrieveClientCertificates(MockServerLogger mockServerLogger,
                          io.netty.channel.ChannelHandlerContext ctx)  | 
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(Configuration configuration, 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>public static Certificate[] retrieveClientCertificates(MockServerLogger mockServerLogger, io.netty.channel.ChannelHandlerContext ctx)
Copyright © 2022. All rights reserved.