Android

org.apache.http.client.protocol.ResponseProcessCookies

java.lang.Object
org.apache.http.client.protocol.ResponseProcessCookies HttpResponseInterceptor

Response interceptor that populates the current CookieStore with data contained in response cookies received in the given the HTTP response.

Summary

Public Constructors

            ResponseProcessCookies()

Public Methods

          void  process(HttpResponse response, HttpContext context)
Processes a response.
Methods inherited from class java.lang.Object
Methods inherited from interface org.apache.http.HttpResponseInterceptor

Details

Public Constructors

public ResponseProcessCookies()

Public Methods

public void process(HttpResponse response, HttpContext context)

Processes a response. On the server side, this step is performed before the response is sent to the client. On the client side, this step is performed on incoming messages before the message body is evaluated.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56