Class ExecutableCommand

java.lang.Object
org.apache.hc.core5.http.nio.command.ExecutableCommand
All Implemented Interfaces:
Cancellable, Command
Direct Known Subclasses:
RequestExecutionCommand

@Internal public abstract class ExecutableCommand extends Object implements Command
Abstract executable command that may need to do some cleaning up in case of an failure and also optionally may want to cancel the associated HTTP message exchange through CancellableDependency.
Since:
5.0
  • Constructor Details

    • ExecutableCommand

      public ExecutableCommand()
  • Method Details