Package io.netty.channel.socket
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 theChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)methods once the input of aSocketChannelwas shutdown and theDuplexChannelConfig.isAllowHalfClosure()method returnstrue.
-
-
Field Detail
-
INSTANCE
public static final ChannelInputShutdownEvent INSTANCE
Instance to use
-
-