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