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 -
Method Summary
-
Field Details
-
INSTANCE
Instance to use
-