Interface Command

All Superinterfaces:
Cancellable
All Known Implementing Classes:
ExecutableCommand, PingCommand, RequestExecutionCommand, ShutdownCommand

public interface Command extends Cancellable
Abstract command IOSession can act upon. Pending commands can be cancelled with Cancellable.cancel().
Since:
5.0
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Methods inherited from interface org.apache.hc.core5.concurrent.Cancellable

    cancel