Package akka.remote.transport.netty
Class NettySSLSupport$
- java.lang.Object
-
- akka.remote.transport.netty.NettySSLSupport$
-
public class NettySSLSupport$ extends java.lang.Object
INTERNAL APIUsed for adding SSL support to Netty pipeline. The
SSLEngine
is created via the configuredSSLEngineProvider
.
-
-
Field Summary
Fields Modifier and Type Field Description static NettySSLSupport$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description NettySSLSupport$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.netty.handler.ssl.SslHandler
apply(SSLEngineProvider sslEngineProvider, boolean isClient)
Construct a SSLHandler which can be inserted into a Netty server/client pipeline
-
-
-
Field Detail
-
MODULE$
public static final NettySSLSupport$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
apply
public org.jboss.netty.handler.ssl.SslHandler apply(SSLEngineProvider sslEngineProvider, boolean isClient)
Construct a SSLHandler which can be inserted into a Netty server/client pipeline
-
-