Package io.netty.channel.socket
Class ChannelOutputShutdownEvent
java.lang.Object
io.netty.channel.socket.ChannelOutputShutdownEvent
Special event which will be fired and passed to the
ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)
methods once the output of
a SocketChannel
was shutdown.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ChannelOutputShutdownEvent
private ChannelOutputShutdownEvent()
-