Class ExecutableCommand
java.lang.Object
org.apache.hc.core5.http.nio.command.ExecutableCommand
- All Implemented Interfaces:
Cancellable
,Command
- Direct Known Subclasses:
RequestExecutionCommand
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.hc.core5.reactor.Command
Command.Priority
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hc.core5.concurrent.Cancellable
cancel
-
Constructor Details
-
ExecutableCommand
public ExecutableCommand()
-
-
Method Details
-
getCancellableDependency
-
failed
-