Class RequestAddCookies

java.lang.Object
org.apache.http.client.protocol.RequestAddCookies
All Implemented Interfaces:
HttpRequestInterceptor

public class RequestAddCookies
extends Object
implements HttpRequestInterceptor
Request interceptor that matches cookies available in the current CookieStore to the request being executed and generates corresponding cookierequest headers.
Since:
4.0
Version:
$Revision: 673450 $
Author:
Oleg Kalnichevski