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) |
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
Exception
public 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.HttpRequestInterceptor
org.apache.http.HttpException
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.