Class HttpChannelQueueCommand

java.lang.Object
java.util.concurrent.CompletableFuture<Void>
org.apache.dubbo.remoting.http12.command.HttpChannelQueueCommand
All Implemented Interfaces:
Runnable, CompletionStage<Void>, Future<Void>, QueueCommand, HttpChannelHolder
Direct Known Subclasses:
DataQueueCommand, HeaderQueueCommand, ResetQueueCommand

public abstract class HttpChannelQueueCommand extends CompletableFuture<Void> implements QueueCommand, HttpChannelHolder