public class EnvelopeMessageHandler extends io.netty.channel.SimpleChannelInboundHandler<io.netty.channel.AddressedEnvelope<io.netty.buffer.ByteBuf,InetSocketAddress>>
| Constructor and Description |
|---|
EnvelopeMessageHandler(MessageInput input) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.AddressedEnvelope<io.netty.buffer.ByteBuf,InetSocketAddress> envelope) |
void |
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic EnvelopeMessageHandler(MessageInput input)
protected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.channel.AddressedEnvelope<io.netty.buffer.ByteBuf,InetSocketAddress> envelope)
throws Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<io.netty.channel.AddressedEnvelope<io.netty.buffer.ByteBuf,InetSocketAddress>>Exceptionpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
Throwable cause)
throws Exception
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterExceptionCopyright © 2012–2021 Graylog, Inc.. All rights reserved.