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