Package | Description |
---|---|
com.bbn.openmap.image |
This package has classes that provide image creation and manipulation
capabilities.
|
com.bbn.openmap.util.http |
Provides some utility classes for serving data via the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleHttpImageServer
The SimpleHttpImageServer is an ImageServer extended into a simple
Http server that creates images based on arguments within the
request.
|
Modifier and Type | Class and Description |
---|---|
class |
FileListener
An HttpRequestListener that sends a file back.
|
class |
ReverseListener
An HttpRequestListener that reverses its input.
|
class |
SeparatorListener
An HttpRequestListener that writes an HTML Separator ("<HR>")
to the client.
|
class |
SieveListener
An HttpRequestListener that returns the request to the client.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpServer.addHttpRequestListener(HttpRequestListener l)
Adds a new http request listener.
|
void |
HttpServer.removeHttpRequestListener(HttpRequestListener l)
Removes an http request listener.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details