protected class RpcBus.InboundHandler extends io.netty.handler.codec.MessageToMessageDecoder<InboundRpcMessage>
| Constructor and Description |
|---|
InboundHandler(C connection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
decode(io.netty.channel.ChannelHandlerContext ctx,
InboundRpcMessage msg,
List<Object> output) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic InboundHandler(C connection)
protected void decode(io.netty.channel.ChannelHandlerContext ctx,
InboundRpcMessage msg,
List<Object> output)
throws Exception
decode in class io.netty.handler.codec.MessageToMessageDecoder<InboundRpcMessage>ExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.