org.apache.http.client.protocol.RequestAddCookies
Request interceptor that matches cookies available in the current
CookieStore to the request being executed and generates
corresponding cookierequest headers.
Summary
Public Constructors
Public Methods
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
RequestAddCookies()
Public Methods
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.