Uses of Enum
org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase.Status
Packages that use AbstractHttpAsyncClientBase.Status
Package
Description
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.StatusModifier and TypeFieldDescriptionprivate final AtomicReference
<AbstractHttpAsyncClientBase.Status> AbstractHttpAsyncClientBase.status
Methods in org.apache.hc.client5.http.impl.async that return AbstractHttpAsyncClientBase.StatusModifier and TypeMethodDescriptionReturns 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.