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