| Interface | Description |
|---|---|
| HTTPRequestListener | Interface for receiving HTTP request notifications. |
| Class | Description |
|---|---|
| Date | Utility class for handling HTTP date formatting and time operations. |
| HTML | HTML constants for HTTP responses. |
| HTTP | Utility class providing HTTP protocol constants and helper methods. |
| HTTPHeader | Represents an HTTP header field with a name and value. |
| HTTPPacket | Represents a parsed HTTP packet with header and body handling. |
| HTTPRequest | HTTP request message with method, URI, headers, and content body. |
| HTTPResponse | HTTP response message with status code, headers, and content body. |
| HTTPServer | HTTP server implementation for the CyberLink HTTP framework. |
| HTTPServerList | A collection of HTTPServer instances that extends Vector. |
| HTTPServerThread | A thread that handles HTTP requests for an HTTPServer. |
| HTTPSocket | HTTP socket wrapper providing input/output stream management |
| HTTPStatus | Represents an HTTP status line with version, status code, and reason phrase. |
| Parameter | Represents a name-value parameter pair used in HTTP requests and responses. |
| ParameterList | A collection of Parameter objects that extends Vector. |
HTTP protocol implementation and utilities.
This package provides classes for handling HTTP requests, responses, and protocol operations used by the UPnP framework for HTTP-based communication.
Key Components:
Main Functionality:
Usage Notes: