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 | Method and Description |
---|---|
void |
SimpleHttpImageServer.httpRequest(HttpRequestEvent e)
Invoked when an http request is received.
|
Modifier and Type | Method and Description |
---|---|
HttpRequestEvent |
HttpServer.fireHttpRequestEvent(java.lang.String request,
java.io.OutputStream output)
Creates a HttpRequestEvent and sends it to all registered
listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
SieveListener.httpRequest(HttpRequestEvent e)
Just write the request out to the client.
|
void |
SeparatorListener.httpRequest(HttpRequestEvent e)
Ignore the request, just write the separator.
|
void |
ReverseListener.httpRequest(HttpRequestEvent e)
Reverse the input and send it back to the client.
|
void |
HttpRequestListener.httpRequest(HttpRequestEvent e)
Invoked when an http request is received.
|
void |
FileListener.httpRequest(HttpRequestEvent e)
Reverse the input and send it back to the client.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details