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