Uses of Enum
org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ResponseInterceptorEntry.Position
Packages that use HttpAsyncClientBuilder.ResponseInterceptorEntry.Position
Package
Description
Asynchronous HTTP client API implementation that supports both
HTTP/2 and HTTP/1.1 transport.
-
Uses of HttpAsyncClientBuilder.ResponseInterceptorEntry.Position in org.apache.hc.client5.http.impl.async
Subclasses with type arguments of type HttpAsyncClientBuilder.ResponseInterceptorEntry.Position in org.apache.hc.client5.http.impl.asyncModifier and TypeClassDescription(package private) static enumFields in org.apache.hc.client5.http.impl.async declared as HttpAsyncClientBuilder.ResponseInterceptorEntry.PositionModifier and TypeFieldDescription(package private) final HttpAsyncClientBuilder.ResponseInterceptorEntry.PositionHttpAsyncClientBuilder.ResponseInterceptorEntry.positionMethods in org.apache.hc.client5.http.impl.async that return HttpAsyncClientBuilder.ResponseInterceptorEntry.PositionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.HttpAsyncClientBuilder.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.async with parameters of type HttpAsyncClientBuilder.ResponseInterceptorEntry.PositionModifierConstructorDescriptionprivateResponseInterceptorEntry(HttpAsyncClientBuilder.ResponseInterceptorEntry.Position position, org.apache.hc.core5.http.HttpResponseInterceptor interceptor)