public class

RequestAddCookies

extends Object
implements HttpRequestInterceptor
java.lang.Object
   ↳ org.apache.http.client.protocol.RequestAddCookies

Class Overview

Request interceptor that matches cookies available in the current CookieStore to the request being executed and generates corresponding Cookie request headers.

The following parameters can be used to customize the behavior of this class:

Summary

Public Constructors
RequestAddCookies()
Public Methods
void process(HttpRequest request, HttpContext context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.http.HttpRequestInterceptor

Public Constructors

public RequestAddCookies ()

Also: HttpClient

Public Methods

public void process (HttpRequest request, HttpContext context)

Also: HttpClient