See: Description
Interface | Description |
---|---|
HttpRequestListener |
The listener interface for receiving http requests.
|
IHttpResponse |
Class | Description |
---|---|
FileListener |
An HttpRequestListener that sends a file back.
|
HttpConnection |
HttpConnection handles the communication with an HTTP client in its
own thread.
|
HttpRequestEvent |
An event corresponding to a single HTTP request ("GET" command).
|
HttpServer |
A simple HTTP Server implementing HTTP/0.9 protocols.
|
ReverseListener |
An HttpRequestListener that reverses its input.
|
SeparatorListener |
An HttpRequestListener that writes an HTML Separator ("<HR>")
to the client.
|
SieveListener |
An HttpRequestListener that returns the request to the client.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details