@Immutable public class ResponseProcessCookies extends java.lang.Object implements HttpResponseInterceptor
CookieStore with data
contained in response cookies received in the given the HTTP response.| Modifier and Type | Field and Description |
|---|---|
HttpClientAndroidLog |
log |
| Constructor and Description |
|---|
ResponseProcessCookies() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(HttpResponse response,
HttpContext context)
Processes a response.
|
public HttpClientAndroidLog log
public void process(HttpResponse response, HttpContext context) throws HttpException, java.io.IOException
HttpResponseInterceptorprocess in interface HttpResponseInterceptorresponse - the response to postprocesscontext - the context for the requestHttpException - in case of an HTTP protocol violationjava.io.IOException - in case of an I/O error