|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
HttpResponseHandler<M> | This interface defines a way for the results from the web server to be processed. |
Class Summary | |
---|---|
HttpRequestParser | The purpose of this class is to take a relative URL like this "/some/kind/of/path/to/resource.jsp?fname=?&lname=?" and break it into a resource and a list of parameter names where resource = "/some/kind/of/path/to/resource.jsp" and parameter names = ["fname","lname"]. |
HttpRequestRunner<M> | This class makes it easier to make a GET or POST call to a URL, pass request parameters, and process the results which come back. |
HttpsRequestRunner<M> | The same as HttpRequestRunner only HTTPS is used. |
LaxRedirectStrategy | Lax RedirectStrategy implementation that automatically redirects all HEAD, GET and POST
requests. |
Provides classes which make it easier to make a GET or POST call to a URL, pass request parameters, and loop over the results which come back.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |