public class EnvelopeMessageAggregationHandler extends io.netty.channel.SimpleChannelInboundHandler<io.netty.channel.AddressedEnvelope<io.netty.buffer.ByteBuf,InetSocketAddress>>
| Constructor and Description |
|---|
EnvelopeMessageAggregationHandler(CodecAggregator aggregator,
com.codahale.metrics.MetricRegistry metricRegistry) |
| 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 e) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic EnvelopeMessageAggregationHandler(CodecAggregator aggregator, com.codahale.metrics.MetricRegistry metricRegistry)
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 e)
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.