// Generated automatically from io.netty.channel.ChannelHandler for testing purposes package io.netty.channel; import io.netty.channel.ChannelHandlerContext; public interface ChannelHandler { void exceptionCaught(ChannelHandlerContext p0, Throwable p1); void handlerAdded(ChannelHandlerContext p0); void handlerRemoved(ChannelHandlerContext p0); }