Class ChannelInputShutdownEvent

java.lang.Object
io.netty.channel.socket.ChannelInputShutdownEvent

public final class ChannelInputShutdownEvent extends Object
Special event which will be fired and passed to the ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object) methods once the input of a SocketChannel was shutdown and the DuplexChannelConfig.isAllowHalfClosure() method returns true.