Class AbstractSniHandler<T>

  • All Implemented Interfaces:
    ChannelHandler
    Direct Known Subclasses:
    SniHandler

    public abstract class AbstractSniHandler<T>
    extends SslClientHelloHandler<T>

    Enables SNI (Server Name Indication) extension for server side SSL. For clients support SNI, the server could have multiple host name bound on a single IP. The client will send host name in the handshake data so server could decide which certificate to choose for the host name.