|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Request | |
HTTPClient | This package provides a complete http client library. |
Uses of Request in HTTPClient |
Methods in HTTPClient with parameters of type Request | |
void |
Request.copyFrom(Request other)
Copy all the fields from other to this request. |
int |
CookieModule.requestHandler(Request req,
Response[] resp)
Invoked by the HTTPClient. |
int |
CookieModule.responsePhase2Handler(Response resp,
Request req)
Invoked by the HTTPClient. |
int |
HTTPClientModule.requestHandler(Request request,
Response[] response)
This is invoked before the request is sent. |
int |
HTTPClientModule.responsePhase2Handler(Response response,
Request request)
The phase 2 response handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |