Package akka.remote.transport.netty
Class NettySSLSupport
- java.lang.Object
-
- akka.remote.transport.netty.NettySSLSupport
-
public class NettySSLSupport extends java.lang.Object
Construct a SSLHandler which can be inserted into a Netty server/client pipeline
-
-
Constructor Summary
Constructors Constructor Description NettySSLSupport()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jboss.netty.handler.ssl.SslHandler
apply(SSLEngineProvider sslEngineProvider, boolean isClient)
-
-
-
Method Detail
-
apply
public static org.jboss.netty.handler.ssl.SslHandler apply(SSLEngineProvider sslEngineProvider, boolean isClient)
-
-