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