Class AbstractChannel.GracefulChannelCloseable

    • Constructor Detail

      • GracefulChannelCloseable

        public GracefulChannelCloseable()
    • Method Detail

      • isClosing

        public boolean isClosing()
      • setClosing

        public void setClosing​(boolean on)
      • isClosed

        public boolean isClosed()
      • close

        public CloseFuture close​(boolean immediately)
      • handleClosePacketWritten

        protected void handleClosePacketWritten​(Channel channel,
                                                boolean immediately)
      • handleClosePacketWriteFailure

        protected void handleClosePacketWriteFailure​(Channel channel,
                                                     boolean immediately,
                                                     Throwable t)