Class NettySSLSupport
java.lang.Object
org.apache.pekko.remote.transport.netty.NettySSLSupport
INTERNAL API
Used for adding SSL support to Netty pipeline.
The SSLEngine is created via the configured SSLEngineProvider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.netty.handler.ssl.SslHandlerapply(SSLEngineProvider sslEngineProvider, boolean isClient) Construct a SSLHandler which can be inserted into a Netty server/client pipeline
-
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
-