Package io.netty.channel.socket
Class ChannelInputShutdownEvent
- java.lang.Object
-
- io.netty.channel.socket.ChannelInputShutdownEvent
-
public final class ChannelInputShutdownEvent extends java.lang.Object
Special event which will be fired and passed to theChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)
methods once the input of aSocketChannel
was shutdown and theDuplexChannelConfig.isAllowHalfClosure()
method returnstrue
.
-
-
Field Summary
Fields Modifier and Type Field Description static ChannelInputShutdownEvent
INSTANCE
Instance to use
-
-
-
Field Detail
-
INSTANCE
public static final ChannelInputShutdownEvent INSTANCE
Instance to use
-
-