@Contract(threading=IMMUTABLE)
public class RequestAddCookies
extends java.lang.Object
implements org.apache.http.HttpRequestInterceptor
CookieStore
to the request being executed and generates
corresponding Cookie
request headers.Modifier and Type | Field and Description |
---|---|
private org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
RequestAddCookies() |
Modifier and Type | Method and Description |
---|---|
void |
process(org.apache.http.HttpRequest request,
org.apache.http.protocol.HttpContext context) |
public void process(org.apache.http.HttpRequest request, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, java.io.IOException
process
in interface org.apache.http.HttpRequestInterceptor
org.apache.http.HttpException
java.io.IOException