Class H2AsyncClientBuilder.ResponseInterceptorEntry
- java.lang.Object
-
- org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry
-
- Enclosing class:
- H2AsyncClientBuilder
private static class H2AsyncClientBuilder.ResponseInterceptorEntry extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classH2AsyncClientBuilder.ResponseInterceptorEntry.Position
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.hc.core5.http.HttpResponseInterceptorinterceptor(package private) H2AsyncClientBuilder.ResponseInterceptorEntry.Positionposition
-
Constructor Summary
Constructors Modifier Constructor Description privateResponseInterceptorEntry(H2AsyncClientBuilder.ResponseInterceptorEntry.Position position, org.apache.hc.core5.http.HttpResponseInterceptor interceptor)
-
-
-
Field Detail
-
position
final H2AsyncClientBuilder.ResponseInterceptorEntry.Position position
-
interceptor
final org.apache.hc.core5.http.HttpResponseInterceptor interceptor
-
-
Constructor Detail
-
ResponseInterceptorEntry
private ResponseInterceptorEntry(H2AsyncClientBuilder.ResponseInterceptorEntry.Position position, org.apache.hc.core5.http.HttpResponseInterceptor interceptor)
-
-