to top
Android APIs
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 cookierequest headers.

Summary

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

Public Constructors

public RequestAddCookies ()

Added in API level 1

Public Methods

public void process (HttpRequest request, HttpContext context)

Added in API level 1

Processes a request. On the client side, this step is performed before the request is sent to the server. On the server side, this step is performed on incoming messages before the message body is evaluated.

Parameters
request the request to preprocess
context the context for the request