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
Subclasses with type arguments of type CloseableHttpAsyncClientBase.Status in org.apache.http.impl.nio.clientModifier and TypeClassDescription(package private) static enumFields in org.apache.http.impl.nio.client with type parameters of type CloseableHttpAsyncClientBase.StatusModifier and TypeFieldDescriptionprivate final AtomicReference<CloseableHttpAsyncClientBase.Status> CloseableHttpAsyncClientBase.statusMethods 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.