Class HttpClientBuilder.ExecInterceptorEntry
java.lang.Object
org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry
- Enclosing class:
HttpClientBuilder
- Since:
- 4.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final String(package private) final ExecChainHandler(package private) final String(package private) final HttpClientBuilder.ExecInterceptorEntry.Position -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateExecInterceptorEntry(HttpClientBuilder.ExecInterceptorEntry.Position position, String name, ExecChainHandler interceptor, String existing) -
Method Summary
-
Field Details
-
position
-
name
-
interceptor
-
existing
-
-
Constructor Details
-
ExecInterceptorEntry
private ExecInterceptorEntry(HttpClientBuilder.ExecInterceptorEntry.Position position, String name, ExecChainHandler interceptor, String existing)
-