Class HttpAsyncClientBuilder.RequestInterceptorEntry
- java.lang.Object
-
- org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.RequestInterceptorEntry
-
- Enclosing class:
- HttpAsyncClientBuilder
private static class HttpAsyncClientBuilder.RequestInterceptorEntry extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classHttpAsyncClientBuilder.RequestInterceptorEntry.Position
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.hc.core5.http.HttpRequestInterceptorinterceptor(package private) HttpAsyncClientBuilder.RequestInterceptorEntry.Positionposition
-
Constructor Summary
Constructors Modifier Constructor Description privateRequestInterceptorEntry(HttpAsyncClientBuilder.RequestInterceptorEntry.Position position, org.apache.hc.core5.http.HttpRequestInterceptor interceptor)
-
-
-
Field Detail
-
position
final HttpAsyncClientBuilder.RequestInterceptorEntry.Position position
-
interceptor
final org.apache.hc.core5.http.HttpRequestInterceptor interceptor
-
-
Constructor Detail
-
RequestInterceptorEntry
private RequestInterceptorEntry(HttpAsyncClientBuilder.RequestInterceptorEntry.Position position, org.apache.hc.core5.http.HttpRequestInterceptor interceptor)
-
-