Uses of Package
org.apache.hc.client5.http.nio
-
Packages that use org.apache.hc.client5.http.nio Package Description org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.org.apache.hc.client5.http.impl.nio Client connection management functions based the asynchronous connection management APIs.org.apache.hc.client5.http.nio Connection management APIs based on the asynchronous I/O model. -
Classes in org.apache.hc.client5.http.nio used by org.apache.hc.client5.http.impl.async Class Description AsyncClientConnectionManager Represents a manager of persistent non-blocking client connections.AsyncConnectionEndpoint Client connection endpoint that can be used to execute message exchanges. -
Classes in org.apache.hc.client5.http.nio used by org.apache.hc.client5.http.impl.nio Class Description AsyncClientConnectionManager Represents a manager of persistent non-blocking client connections.AsyncClientConnectionOperator Connection operator that performs connection connect and upgrade operations.AsyncConnectionEndpoint Client connection endpoint that can be used to execute message exchanges.ManagedAsyncClientConnection Represents a managed asynchronous connection whose state and life cycle is managed by a connection manager. -
Classes in org.apache.hc.client5.http.nio used by org.apache.hc.client5.http.nio Class Description AsyncConnectionEndpoint Client connection endpoint that can be used to execute message exchanges.ManagedAsyncClientConnection Represents a managed asynchronous connection whose state and life cycle is managed by a connection manager.