public class SslHandlerFactory extends Object
SslHandler
to provide WSS support
for websocket sideband server.Constructor and Description |
---|
SslHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
static io.netty.handler.ssl.SslHandler |
buildSslHandler(ErraiServiceConfigurator esc)
Build a
SslHandler when the side band server
is configured to use ssl for websocket. |
static SSLEngine |
getSslEngine(KeyStore keyStore,
String keyPassword)
Initialize the
SSLEngine for the
SslHandler . |
public static io.netty.handler.ssl.SslHandler buildSslHandler(ErraiServiceConfigurator esc)
SslHandler
when the side band server
is configured to use ssl for websocket.esc
- Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.