public class NettySSLSupport$
extends java.lang.Object
Used for adding SSL support to Netty pipeline
Modifier and Type | Field and Description |
---|---|
static NettySSLSupport$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
NettySSLSupport$() |
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.handler.ssl.SslHandler |
apply(SSLSettings settings,
akka.event.LoggingAdapter log,
boolean isClient)
Construct a SSLHandler which can be inserted into a Netty server/client pipeline
|
org.jboss.netty.handler.ssl.SslHandler |
initializeClientSSL(SSLSettings settings,
akka.event.LoggingAdapter log) |
java.security.SecureRandom |
initializeCustomSecureRandom(scala.Option<java.lang.String> rngName,
akka.event.LoggingAdapter log) |
org.jboss.netty.handler.ssl.SslHandler |
initializeServerSSL(SSLSettings settings,
akka.event.LoggingAdapter log) |
public static final NettySSLSupport$ MODULE$
public org.jboss.netty.handler.ssl.SslHandler apply(SSLSettings settings, akka.event.LoggingAdapter log, boolean isClient)
settings
- (undocumented)log
- (undocumented)isClient
- (undocumented)public java.security.SecureRandom initializeCustomSecureRandom(scala.Option<java.lang.String> rngName, akka.event.LoggingAdapter log)
public org.jboss.netty.handler.ssl.SslHandler initializeClientSSL(SSLSettings settings, akka.event.LoggingAdapter log)
public org.jboss.netty.handler.ssl.SslHandler initializeServerSSL(SSLSettings settings, akka.event.LoggingAdapter log)