Class ChannelInputShutdownReadComplete

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

public final class ChannelInputShutdownReadComplete extends Object
User event that signifies the channel's input side is shutdown, and we tried to shut it down again. This typically indicates that there is no more data to read.
  • Field Details

  • Constructor Details

    • ChannelInputShutdownReadComplete

      private ChannelInputShutdownReadComplete()