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