Uses of Class
org.apache.http.impl.nio.client.CloseableHttpAsyncClientBase.Status
-
Packages that use CloseableHttpAsyncClientBase.Status Package Description org.apache.http.impl.nio.client 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.Status Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<CloseableHttpAsyncClientBase.Status>
CloseableHttpAsyncClientBase. status
Methods in org.apache.http.impl.nio.client that return CloseableHttpAsyncClientBase.Status Modifier and Type Method Description static CloseableHttpAsyncClientBase.Status
CloseableHttpAsyncClientBase.Status. valueOf(java.lang.String name)
Returns 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.
-