namespace Akenti class HttpBase : public HttpConstants

A convenience class that implements behavior common to HttpRequest and HttpResponse

Inheritance:


Public Methods

void setProtocol (const string& protocol)
const string& getProtocol () const
void setContentType (const string& contentType)
const string& getContentType () const
int getContentLength () const
Server side call to get the length of the body
InputStream getInputStream () const
Server side call to read the body of the request
OutputStream getOutputStream ()
Client side call to write the body

Protected Methods

HttpBase ()
~HttpBase ()

Inherited from HttpConstants:


Documentation

A convenience class that implements behavior common to HttpRequest and HttpResponse.
HttpBase()

~HttpBase()

void setProtocol(const string& protocol)

const string& getProtocol() const

void setContentType(const string& contentType)

const string& getContentType() const

int getContentLength() const
Server side call to get the length of the body

InputStream getInputStream() const
Server side call to read the body of the request

OutputStream getOutputStream()
Client side call to write the body


Direct child classes:
HttpResponse
HttpRequest
Author:
Abdelilah Essiari
Version:
1.1 12/26/02

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