Class ChannelOutputShutdownEvent

java.lang.Object
io.netty.channel.socket.ChannelOutputShutdownEvent

public final class ChannelOutputShutdownEvent extends Object
Special event which will be fired and passed to the ChannelInboundHandler.userEventTriggered(ChannelHandlerContext, Object) methods once the output of a SocketChannel was shutdown.
  • Field Details

  • Constructor Details

    • ChannelOutputShutdownEvent

      private ChannelOutputShutdownEvent()