|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IHttpResponseMessage | |
| net.groboclown.util.http.v1 | Contains classes which are optimized for HTTP connections. |
| net.groboclown.util.http.v1.tests | |
| Uses of IHttpResponseMessage in net.groboclown.util.http.v1 |
| Classes in net.groboclown.util.http.v1 that implement IHttpResponseMessage | |
class |
HttpResponseMessageImpl
|
| Methods in net.groboclown.util.http.v1 that return IHttpResponseMessage | |
IHttpResponseMessage |
SimpleHttpGet.getURLResponse(URL url)
Returns all the response data sent back by the server. |
IHttpResponseMessage |
SimpleHttpGet.getURLResponse(URL url,
String method,
Hashtable headers,
String messageData)
Returns all the response data sent back by the server. |
| Methods in net.groboclown.util.http.v1 with parameters of type IHttpResponseMessage | |
IHttpClientState[] |
IHttpClientStateParser.parseClientStateHeaders(IHttpResponseMessage msg)
Return the list of cookies that are contained in the headers for the message. |
boolean |
IHttpClientState.receiveSecurityCheck(IHttpResponseMessage msg)
Checks if this cookie, which was loaded from the header of the given message, passes all security checks for the given set command by the server. |
IHttpClientState[] |
NetscapeCookieParser.parseClientStateHeaders(IHttpResponseMessage msg)
Return the list of cookies that are contained in the headers for the message. |
boolean |
Cookie.receiveSecurityCheck(IHttpResponseMessage msg)
Checks if this cookie, which was loaded from the header of the given message, passes all security checks for the given set command by the server. |
IHttpClientState[] |
HttpClientStateUtil.getClientStates(IHttpResponseMessage msg)
Retrieves all cookies given in the header of the retrieved message. |
| Uses of IHttpResponseMessage in net.groboclown.util.http.v1.tests |
| Classes in net.groboclown.util.http.v1.tests that implement IHttpResponseMessage | |
class |
SimpleHttpResponseMessage
|
| Fields in net.groboclown.util.http.v1.tests declared as IHttpResponseMessage | |
private IHttpResponseMessage |
BaseTestHttp.ConnectionRunner.response
|
| Methods in net.groboclown.util.http.v1.tests that return IHttpResponseMessage | |
protected IHttpResponseMessage |
BaseTestHttp.openThreadedConnection(SimpleHttpGet shg,
URL url)
|
protected IHttpResponseMessage |
BaseTestHttp.openThreadedConnection(SimpleHttpGet shg,
URL url,
String method,
Hashtable headers,
String messageData)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||