Class NettySSLSupport$

java.lang.Object
org.apache.pekko.remote.transport.netty.NettySSLSupport$

public class NettySSLSupport$ extends Object
INTERNAL API

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

  • Field Details

    • MODULE$

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

    • NettySSLSupport$

      public NettySSLSupport$()
  • Method Details

    • apply

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