|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpMessage | |
---|---|
bad.robot.http |
Uses of HttpMessage in bad.robot.http |
---|
Subinterfaces of HttpMessage in bad.robot.http | |
---|---|
interface |
HttpDelete
|
interface |
HttpGet
|
interface |
HttpPost
A HTTP message consists of the following; a request line, such as GET /logo.gif HTTP/1.1 or Status line, such as HTTP/1.1 200 OK, headers, an empty line and the optional HTTP message body data. |
interface |
HttpPut
|
interface |
HttpRequest
|
interface |
HttpResponse
|
Classes in bad.robot.http that implement HttpMessage | |
---|---|
class |
DefaultHttpResponse
|
class |
FormUrlEncodedMessage
|
class |
HttpDeleteMessage
|
class |
HttpGetMessage
|
class |
UnencodedStringMessage
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |