Package org.apache.hc.core5.http.nio.command
Commands for HTTP transports based on asynchronous, event driven I/O model.
-
Class Summary Class Description CommandSupport Command
utility methods.ExecutableCommand 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 throughCancellableDependency
.RequestExecutionCommand Request execution command.ShutdownCommand Shutdown command.