| Constructor and Description |
|---|
SimpleChannelHandlerWrapper(java.lang.Class<? extends IMessageHandler<REQ,REPLY>> handler,
Side side,
java.lang.Class<REQ> requestType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
REQ msg) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable cause) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic SimpleChannelHandlerWrapper(java.lang.Class<? extends IMessageHandler<REQ,REPLY>> handler, Side side, java.lang.Class<REQ> requestType)
protected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
REQ msg)
throws java.lang.Exception
public void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
java.lang.Throwable cause)
throws java.lang.Exception
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterjava.lang.Exception