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