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