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.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static NettySSLSupport$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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
    • Field Detail

      • MODULE$

        public static final NettySSLSupport$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • NettySSLSupport$

        public NettySSLSupport$()
    • Method Detail

      • apply

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