Class NettySSLSupport
- java.lang.Object
-
- org.apache.pekko.remote.transport.netty.NettySSLSupport
-
public class NettySSLSupport extends java.lang.ObjectINTERNAL APIUsed for adding SSL support to Netty pipeline. The
SSLEngineis created via the configuredSSLEngineProvider.
-
-
Constructor Summary
Constructors Constructor Description NettySSLSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.netty.handler.ssl.SslHandlerapply(SSLEngineProvider sslEngineProvider, boolean isClient)Construct a SSLHandler which can be inserted into a Netty server/client pipeline
-
-
-
Method Detail
-
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
-
-