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.

  • Constructor Details

    • NettySSLSupport

      public NettySSLSupport()
  • Method Details

    • apply

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