|
Class Summary |
| DocumentInfo |
A DocumentInfo object represents a request that is in the Http 1.0 format. |
| ExtensionInformation |
Provides extension information about the different extension types. |
| FetchUrl |
Used to fetch a URL specified by Proxy specific classes and using
the proxy or socks server specified by the proxy configuration. |
| HttpBase |
Deprecated. Use the new HTTP header classes instead
(HttpRequestHeader, HttpResponseHeader,
HttpHeaderAscii). |
| HttpCookie |
Represent a cookie according to the Netscape
specification (http://home.netscape.com/newsref/std/cookie_spec.html). |
| HttpDate |
HttpDate provides several services with regards to dates and date
formatting. |
| HttpEditor |
An abstract Editor base class that is specifically adapted to handle HTTP requests. |
| HttpGenerator |
The abstract base class for Generators producing HTTP responses. |
| HttpHeader |
HttpHeader is an object that aides in the creation of a response
header. |
| HttpHeaderAscii |
HttpHeaderAscii is an abstract class representing a
complete HTTP header. |
| HttpMonitor |
An abstract Monitor base class that is specifically adapted to handle HTTP requests. |
| HttpPlugin |
An abstract Plugin base class that is specifically used for HTTP requests. |
| HttpRequest |
Deprecated. Use the new HTTP header classes instead
(HttpRequestHeader, HttpResponseHeader,
HttpHeaderAscii). |
| HttpRequestEditor |
An abstract RequestEditor base class that is specifically used for HTTP requests. |
| HttpRequestHeader |
Class to describe a request header -- this is the header the client
(browser) sends the the server (wbi RequestEditor, Generator or WWW
server). |
| HttpResponse |
Deprecated. Use the new HTTP header classes instead
(HttpRequestHeader, HttpResponseHeader,
HttpHeaderAscii). |
| HttpResponseHeader |
HttpResponseHeader represents the header of an HTTP response. |
| HttpSetCookie |
This class is used to represent a HTTP set-cookie via the Netscape
specification (http://home.netscape.com/newsref/std/cookie_spec.html). |
| MarkupLanguageInfo |
A request info descriptor that is generic to any markup language. |
| ParseMime |
A ParseMime object is used to parse and manipulate HTTP MIME data. |
| ParseMimeObject |
Encapsulates a parsed MIME object from the ParseMime object. |