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