|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpRequestEvent | |
|---|---|
| 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. |
| Uses of HttpRequestEvent in com.bbn.openmap.image |
|---|
| Methods in com.bbn.openmap.image with parameters of type HttpRequestEvent | |
|---|---|
void |
SimpleHttpImageServer.httpRequest(HttpRequestEvent e)
Invoked when an http request is received. |
| Uses of HttpRequestEvent in com.bbn.openmap.util.http |
|---|
| Methods in com.bbn.openmap.util.http that return HttpRequestEvent | |
|---|---|
HttpRequestEvent |
HttpServer.fireHttpRequestEvent(java.lang.String request,
java.io.OutputStream output)
Creates a HttpRequestEvent and sends it to all registered listeners. |
| Methods in com.bbn.openmap.util.http with parameters of type HttpRequestEvent | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||