Interface | Description |
---|---|
HTTPRequestListener |
Class | Description |
---|---|
Date | |
HTML | |
HTTP | |
HTTPHeader | |
HTTPPacket | |
HTTPRequest |
This class rappresnet an HTTP request, and act as HTTP client when it sends the request
|
HTTPResponse | |
HTTPServer |
This class identifies an HTTP over TCP server
The server must be initialized iether by the HTTPServer.open(InetAddress, int) or the HTTPServer.open(String, int) method.Optionally a set of HTTPRequestListener may be setThe server then can be started or stopped by the method HTTPServer.start() and HTTPServer.stop() |
HTTPServerList | |
HTTPServerThread | |
HTTPSocket | |
HTTPStatus | |
Parameter | |
ParameterList |