@ChannelHandler.Sharable public class NettyRPCChannelHandler extends io.netty.channel.SimpleChannelInboundHandler<RPCSerializable>
| Modifier and Type | Field and Description |
|---|---|
static NettyRPCChannelHandler |
INSTANCE |
static String |
NAME |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
RPCSerializable rpcSerializable) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic static final NettyRPCChannelHandler INSTANCE
public static final String NAME
protected void channelRead0(io.netty.channel.ChannelHandlerContext channelHandlerContext,
RPCSerializable rpcSerializable)
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<RPCSerializable>