Uses of Enum
org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry.Position
Packages that use HttpClientBuilder.RequestInterceptorEntry.Position
Package
Description
Classic HTTP client API implementation that supports HTTP/1.1 transport
only.
-
Uses of HttpClientBuilder.RequestInterceptorEntry.Position in org.apache.hc.client5.http.impl.classic
Fields in org.apache.hc.client5.http.impl.classic declared as HttpClientBuilder.RequestInterceptorEntry.PositionModifier and TypeFieldDescription(package private) final HttpClientBuilder.RequestInterceptorEntry.Position
HttpClientBuilder.RequestInterceptorEntry.position
Methods in org.apache.hc.client5.http.impl.classic that return HttpClientBuilder.RequestInterceptorEntry.PositionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.HttpClientBuilder.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.classic with parameters of type HttpClientBuilder.RequestInterceptorEntry.PositionModifierConstructorDescriptionprivate
RequestInterceptorEntry
(HttpClientBuilder.RequestInterceptorEntry.Position position, org.apache.hc.core5.http.HttpRequestInterceptor interceptor)