public class HttpSessionInitializer extends Object
| Constructor and Description |
|---|
HttpSessionInitializer()
Instantiates a new http session initializer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSSLHandlerOnClientSide(io.netty.channel.ChannelHandlerContext ctx)
Adds the SSL handler on client side.
|
void |
addSSLHandlerOnServerSide(io.netty.channel.ChannelHandlerContext ctx)
Adds the SSL handler on server side.
|
boolean |
hasClientSideSSLHandler()
Checks for client side SSL handler.
|
boolean |
hasServerSideSSLHandler()
Checks for server side SSL handler.
|
public HttpSessionInitializer()
public void addSSLHandlerOnClientSide(io.netty.channel.ChannelHandlerContext ctx)
throws IOException
ctx - the ctxIOException - Signals that an I/O exception has occurred.public void addSSLHandlerOnServerSide(io.netty.channel.ChannelHandlerContext ctx)
throws SSLException
ctx - the ctxSSLException - the SSL exceptionpublic boolean hasClientSideSSLHandler()
public boolean hasServerSideSSLHandler()
Copyright © 2017 The CLARUS Consortium. All rights reserved.