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