Package org.apache.hc.core5.reactor
Interface Command
-
- All Superinterfaces:
Cancellable
- All Known Implementing Classes:
ExecutableCommand
,PingCommand
,RequestExecutionCommand
,ShutdownCommand
public interface Command extends Cancellable
Abstract commandIOSession
can act upon. Pending commands can be cancelled withCancellable.cancel()
.- Since:
- 5.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Command.Priority
-
Method Summary
-
Methods inherited from interface org.apache.hc.core5.concurrent.Cancellable
cancel
-
-