public class InboundEnvelopeDecoder extends io.netty.channel.ChannelInboundHandlerAdapter implements BufferAvailabilityListener
| Constructor and Description |
|---|
InboundEnvelopeDecoder(BufferProviderBroker bufferProviderBroker) |
| Modifier and Type | Method and Description |
|---|---|
void |
bufferAvailable(Buffer buffer)
Notifies the IO thread that a Buffer has become available again.
|
void |
channelActive(io.netty.channel.ChannelHandlerContext ctx) |
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic InboundEnvelopeDecoder(BufferProviderBroker bufferProviderBroker)
public void channelActive(io.netty.channel.ChannelHandlerContext ctx)
throws Exception
channelActive in interface io.netty.channel.ChannelInboundHandlerchannelActive in class io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
throws Exception
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class io.netty.channel.ChannelInboundHandlerAdapterExceptionpublic void bufferAvailable(Buffer buffer) throws Exception
bufferAvailable in interface BufferAvailabilityListenerExceptionCopyright © 2015 The Apache Software Foundation. All rights reserved.