Package io.netty.channel.socket
Class ChannelOutputShutdownEvent
- java.lang.Object
- 
- io.netty.channel.socket.ChannelOutputShutdownEvent
 
- 
 public final class ChannelOutputShutdownEvent extends java.lang.ObjectSpecial event which will be fired and passed to theChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object)methods once the output of aSocketChannelwas shutdown.
- 
- 
Field SummaryFields Modifier and Type Field Description static ChannelOutputShutdownEventINSTANCE
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final ChannelOutputShutdownEvent INSTANCE 
 
- 
 
-