Class OptionalSslHandler

    • Constructor Detail

      • OptionalSslHandler

        public OptionalSslHandler​(SslContext sslContext)
    • Method Detail

      • newSslHandlerName

        protected java.lang.String newSslHandlerName()
        Optionally specify the SSL handler name, this method may return null.
        Returns:
        the name of the SSL handler.
      • newNonSslHandlerName

        protected java.lang.String newNonSslHandlerName()
        Optionally specify the non-SSL handler name, this method may return null.
        Returns:
        the name of the non-SSL handler.