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