Class HttpAsyncClientBuilder.ResponseInterceptorEntry
java.lang.Object
org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ResponseInterceptorEntry
- Enclosing class:
HttpAsyncClientBuilder
-
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 HttpAsyncClientBuilder.ResponseInterceptorEntry.Position
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ResponseInterceptorEntry
(HttpAsyncClientBuilder.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(HttpAsyncClientBuilder.ResponseInterceptorEntry.Position position, org.apache.hc.core5.http.HttpResponseInterceptor interceptor)
-