Class H2AsyncClientBuilder.ResponseInterceptorEntry
java.lang.Object
org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry
- Enclosing class:
H2AsyncClientBuilder
- Since:
- 5.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final org.apache.hc.core5.http.HttpResponseInterceptor(package private) final H2AsyncClientBuilder.ResponseInterceptorEntry.Position -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateResponseInterceptorEntry(H2AsyncClientBuilder.ResponseInterceptorEntry.Position position, org.apache.hc.core5.http.HttpResponseInterceptor interceptor) -
Method Summary
-
Field Details
-
position
-
interceptor
final org.apache.hc.core5.http.HttpResponseInterceptor interceptor
-
-
Constructor Details
-
ResponseInterceptorEntry
private ResponseInterceptorEntry(H2AsyncClientBuilder.ResponseInterceptorEntry.Position position, org.apache.hc.core5.http.HttpResponseInterceptor interceptor)
-