Package io.netty.channel.socket
Class ChannelInputShutdownEvent
java.lang.Object
io.netty.channel.socket.ChannelInputShutdownEvent
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
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
Instance to use
-
-
Constructor Details
-
ChannelInputShutdownEvent
private ChannelInputShutdownEvent()
-