| Package | Description |
|---|---|
| org.cybergarage.http |
HTTP protocol implementation and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
HTTPServer |
HTTPServerList.getHTTPServer(int n)
Gets the HTTPServer at the specified index.
|
| Constructor and Description |
|---|
HTTPServerThread(HTTPServer httpServer,
Socket sock)
Creates a new HTTPServerThread to handle a client connection.
|