Uses of Package
org.apache.hc.core5.http.nio.command
-
Packages that use org.apache.hc.core5.http.nio.command Package Description org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http.nio.command Commands for HTTP transports based on asynchronous, event driven I/O model.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
Classes in org.apache.hc.core5.http.nio.command used by org.apache.hc.core5.http.impl.nio Class Description RequestExecutionCommand Request execution command. -
Classes in org.apache.hc.core5.http.nio.command used by org.apache.hc.core5.http.nio.command Class Description 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
.ShutdownCommand Shutdown command. -
Classes in org.apache.hc.core5.http.nio.command used by org.apache.hc.core5.http2.impl.nio Class Description 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
.