Package org.cybergarage.http
package org.cybergarage.http
-
ClassDescriptionThis class rappresnet an HTTP request, and act as HTTP client when it sends the requestThis 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()