@Immutable public class ResponseProcessCookies extends java.lang.Object implements HttpResponseInterceptor
CookieStore
with data
contained in response cookies received in the given the HTTP response.Constructor and Description |
---|
ResponseProcessCookies() |
Modifier and Type | Method and Description |
---|---|
void |
process(HttpResponse response,
HttpContext context)
Processes a response.
|
public void process(HttpResponse response, HttpContext context) throws HttpException, java.io.IOException
HttpResponseInterceptor
process
in interface HttpResponseInterceptor
response
- 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