public class SessionInitializer extends Object
| Constructor and Description |
|---|
SessionInitializer() |
| Modifier and Type | Method and Description |
|---|---|
SessionMessageTransferMode<Void,Void> |
processCancelRequest(io.netty.channel.ChannelHandlerContext ctx,
int code,
int processId,
int secretKey) |
SessionMessageTransferMode<Void,Byte> |
processSSLRequest(io.netty.channel.ChannelHandlerContext ctx,
int code) |
SessionMessageTransferMode<Byte,Void> |
processSSLResponse(io.netty.channel.ChannelHandlerContext ctx,
byte code) |
SessionMessageTransferMode<Void,Void> |
processStartupMessage(io.netty.channel.ChannelHandlerContext ctx) |
void |
waitForResponses(io.netty.channel.ChannelHandlerContext ctx) |
public SessionMessageTransferMode<Void,Byte> processSSLRequest(io.netty.channel.ChannelHandlerContext ctx, int code) throws IOException
IOExceptionpublic SessionMessageTransferMode<Byte,Void> processSSLResponse(io.netty.channel.ChannelHandlerContext ctx, byte code) throws IOException
IOExceptionpublic SessionMessageTransferMode<Void,Void> processStartupMessage(io.netty.channel.ChannelHandlerContext ctx) throws IOException
IOExceptionpublic void waitForResponses(io.netty.channel.ChannelHandlerContext ctx)
throws IOException
IOExceptionpublic SessionMessageTransferMode<Void,Void> processCancelRequest(io.netty.channel.ChannelHandlerContext ctx, int code, int processId, int secretKey) throws IOException
IOExceptionCopyright © 2017 The CLARUS Consortium. All rights reserved.