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, channelRead
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
public 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>
Exception
Copyright © 1970 The Apache Software Foundation. All rights reserved.