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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NettySSLSupport$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.netty.handler.ssl.SslHandlerapply(SSLEngineProvider sslEngineProvider, boolean isClient) Construct a SSLHandler which can be inserted into a Netty server/client pipeline
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
NettySSLSupport$
public NettySSLSupport$()
-
-
Method Details
-
apply
Construct a SSLHandler which can be inserted into a Netty server/client pipeline
-