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