Class NettyHttpChannelFutureListener

java.lang.Object
java.util.concurrent.CompletableFuture<Void>
org.apache.dubbo.remoting.http12.netty4.NettyHttpChannelFutureListener
All Implemented Interfaces:
io.netty.channel.ChannelFutureListener, io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>, CompletionStage<Void>, Future<Void>, EventListener

public class NettyHttpChannelFutureListener extends CompletableFuture<Void> implements io.netty.channel.ChannelFutureListener
  • Constructor Details

    • NettyHttpChannelFutureListener

      public NettyHttpChannelFutureListener()
  • Method Details

    • operationComplete

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