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 Summary
Fields Modifier and Type Field Description static ChannelOutputShutdownEventINSTANCE
-
-
-
Field Detail
-
INSTANCE
public static final ChannelOutputShutdownEvent INSTANCE
-
-