org.apache.http.client.protocol.ResponseProcessCookies
Response interceptor that populates the current CookieStore with data
contained in response cookies received in the given the HTTP response.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
ResponseProcessCookies()
Public Methods
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.