class HttpBase

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

Inheritance:


Public Methods

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

Protected Methods

[more] HttpBase ()
[more] ~HttpBase ()


Inherited from HttpConstants:


Documentation

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

o HttpBase()

o ~HttpBase()

ovoid setProtocol(const string& protocol)

oconst string& getProtocol() const

ovoid setContentType(const string& contentType)

oconst string& getContentType() const

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

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

oOutputStream getOutputStream()
Client side call to write the body


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

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.