class HttpBase |
A convenience class that implements behavior common to HttpRequest and HttpResponse.
![]() | setProtocol (const string& protocol) |
![]() | getProtocol () const |
![]() | setContentType (const string& contentType) |
![]() | getContentType () const |
![]() | getContentLength () const Server side call to get the length of the body |
![]() | getInputStream () const Server side call to read the body of the request |
![]() | getOutputStream () Client side call to write the body |
![]() | HttpBase () |
![]() | ~HttpBase () |
A convenience class that implements behavior common to HttpRequest and HttpResponse.
Alphabetic index HTML hierarchy of classes or Java