Interface ChannelEvent

    • Method Detail

      • getChannel

        Channel getChannel()
        Returns the Channel which is associated with this event.
      • getFuture

        ChannelFuture getFuture()
        Returns the ChannelFuture which is associated with this event. If this event is an upstream event, this method will always return a SucceededChannelFuture because the event has occurred already. If this event is a downstream event (i.e. I/O request), the returned future will be notified when the I/O request succeeds or fails.