- All Implemented Interfaces:
- io.netty.channel.ChannelFutureListener, io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>, java.util.EventListener
public class ErrorChannelFutureListener
extends java.lang.Object
implements io.netty.channel.ChannelFutureListener
Implementation of ChannelFutureListener that listens for failures, wrap the caught
throwable with ChannelException, and logs additional information about the channel
before forwarding the wrapped exception to the ChannelPipeline.