Uses of Class
org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase.Status
-
Packages that use AbstractHttpAsyncClientBase.Status Package Description org.apache.hc.client5.http.impl.async Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport. -
-
Uses of AbstractHttpAsyncClientBase.Status in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async with type parameters of type AbstractHttpAsyncClientBase.Status Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<AbstractHttpAsyncClientBase.Status>AbstractHttpAsyncClientBase. statusMethods in org.apache.hc.client5.http.impl.async that return AbstractHttpAsyncClientBase.Status Modifier and Type Method Description static AbstractHttpAsyncClientBase.StatusAbstractHttpAsyncClientBase.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractHttpAsyncClientBase.Status[]AbstractHttpAsyncClientBase.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-