Class NettySSLSupport


  • public class NettySSLSupport
    extends java.lang.Object
    INTERNAL API

    Used for adding SSL support to Netty pipeline. The SSLEngine is created via the configured SSLEngineProvider.

    • Constructor Summary

      Constructors 
      Constructor Description
      NettySSLSupport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.jboss.netty.handler.ssl.SslHandler apply​(SSLEngineProvider sslEngineProvider, boolean isClient)
      Construct a SSLHandler which can be inserted into a Netty server/client pipeline
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NettySSLSupport

        public NettySSLSupport()
    • Method Detail

      • apply

        public static org.jboss.netty.handler.ssl.SslHandler apply​(SSLEngineProvider sslEngineProvider,
                                                                   boolean isClient)
        Construct a SSLHandler which can be inserted into a Netty server/client pipeline