Uses of Enum
org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.RequestInterceptorEntry.Position
Packages that use HttpAsyncClientBuilder.RequestInterceptorEntry.Position
Package
Description
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
-
Uses of HttpAsyncClientBuilder.RequestInterceptorEntry.Position in org.apache.hc.client5.http.impl.async
Fields in org.apache.hc.client5.http.impl.async declared as HttpAsyncClientBuilder.RequestInterceptorEntry.PositionModifier and TypeFieldDescription(package private) final HttpAsyncClientBuilder.RequestInterceptorEntry.Position
HttpAsyncClientBuilder.RequestInterceptorEntry.position
Methods in org.apache.hc.client5.http.impl.async that return HttpAsyncClientBuilder.RequestInterceptorEntry.PositionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.HttpAsyncClientBuilder.RequestInterceptorEntry.Position.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.hc.client5.http.impl.async with parameters of type HttpAsyncClientBuilder.RequestInterceptorEntry.PositionModifierConstructorDescriptionprivate
RequestInterceptorEntry
(HttpAsyncClientBuilder.RequestInterceptorEntry.Position position, org.apache.hc.core5.http.HttpRequestInterceptor interceptor)