Class ClosingChannelFutureListener

  • All Implemented Interfaces:
    io.netty.channel.ChannelFutureListener, io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>, java.util.EventListener

    public class ClosingChannelFutureListener
    extends java.lang.Object
    implements io.netty.channel.ChannelFutureListener
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.io.Closeable[] close  
      • Fields inherited from interface io.netty.channel.ChannelFutureListener

        CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void operationComplete​(io.netty.channel.ChannelFuture future)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • close

        public final java.io.Closeable[] close
    • Constructor Detail

      • ClosingChannelFutureListener

        public ClosingChannelFutureListener​(java.io.Closeable... close)
    • Method Detail

      • operationComplete

        public void operationComplete​(io.netty.channel.ChannelFuture future)
        Specified by:
        operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>