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.
~HttpBase()
void setProtocol(const string& protocol)
const string& getProtocol() const
void setContentType(const string& contentType)
const string& getContentType() const
int getContentLength() const
InputStream getInputStream() const
OutputStream getOutputStream()
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de