Uses of Enum
org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase.Status
Packages that use CloseableHttpAsyncClientBase.Status
Package
Description
Default asynchronous HTTP client implementation.
-
Uses of CloseableHttpAsyncClientBase.Status in org.apache.http.impl.nio.client
Fields in org.apache.http.impl.nio.client with type parameters of type CloseableHttpAsyncClientBase.StatusModifier and TypeFieldDescriptionprivate final AtomicReference<CloseableHttpAsyncClientBase.Status>
CloseableHttpAsyncClientBase.status
Methods in org.apache.http.impl.nio.client that return CloseableHttpAsyncClientBase.StatusModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CloseableHttpAsyncClientBase.Status[]
CloseableHttpAsyncClientBase.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.