public class RequestInterceptorHandler extends Object implements org.apache.http.HttpRequestInterceptor
| Modifier and Type | Field and Description |
|---|---|
protected List<ClientRequestInterceptor> |
interceptors |
protected static EngineClientLogger |
LOG |
| Constructor and Description |
|---|
RequestInterceptorHandler(List<ClientRequestInterceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
List<ClientRequestInterceptor> |
getInterceptors() |
void |
process(org.apache.http.HttpRequest httpRequest,
org.apache.http.protocol.HttpContext context) |
protected static final EngineClientLogger LOG
protected List<ClientRequestInterceptor> interceptors
public RequestInterceptorHandler(List<ClientRequestInterceptor> interceptors)
public void process(org.apache.http.HttpRequest httpRequest,
org.apache.http.protocol.HttpContext context)
throws org.apache.http.HttpException,
IOException
process in interface org.apache.http.HttpRequestInterceptororg.apache.http.HttpExceptionIOExceptionpublic List<ClientRequestInterceptor> getInterceptors()
Copyright © 2022. All rights reserved.