Package com.bbn.openmap.util.http

Provides some utility classes for serving data via the HTTP protocol.

See:
          Description

Interface Summary
HttpRequestListener The listener interface for receiving http requests.
IHttpResponse  
 

Class Summary
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.
 

Package com.bbn.openmap.util.http Description

Provides some utility classes for serving data via the HTTP protocol.



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details