public abstract class HttpRequestInterceptorBase extends Object implements org.apache.http.HttpRequestInterceptor
| Constructor and Description |
|---|
HttpRequestInterceptorBase(org.apache.http.client.CookieStore cs,
String cn,
boolean isSSL,
Map<String,String> additionalHeaders,
Map<String,String> customCookies) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
addHttpAuthHeader(org.apache.http.HttpRequest httpRequest,
org.apache.http.protocol.HttpContext httpContext) |
void |
process(org.apache.http.HttpRequest httpRequest,
org.apache.http.protocol.HttpContext httpContext) |
protected abstract void addHttpAuthHeader(org.apache.http.HttpRequest httpRequest,
org.apache.http.protocol.HttpContext httpContext)
throws Exception
Exceptionpublic void process(org.apache.http.HttpRequest httpRequest,
org.apache.http.protocol.HttpContext httpContext)
throws org.apache.http.HttpException,
IOException
process in interface org.apache.http.HttpRequestInterceptororg.apache.http.HttpExceptionIOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.