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