|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpHandler | |
|---|---|
| org.glassfish.grizzly.http.server | |
| Uses of HttpHandler in org.glassfish.grizzly.http.server |
|---|
| Subclasses of HttpHandler in org.glassfish.grizzly.http.server | |
|---|---|
class |
HttpHandlerChain
The HttpHandlerChain class allows the invocation of multiple HttpHandlers
every time a new HTTP request is ready to be handled. |
class |
StaticHttpHandler
HttpHandler, which processes requests to a static resources. |
| Methods in org.glassfish.grizzly.http.server that return HttpHandler | |
|---|---|
HttpHandler |
HttpServerFilter.getHttpHandler()
|
HttpHandler |
HttpServer.getHttpHandler()
|
| Methods in org.glassfish.grizzly.http.server that return types with arguments of type HttpHandler | |
|---|---|
java.util.Map<HttpHandler,java.lang.String[]> |
ServerConfiguration.getHttpHandlers()
Returns the HttpHandler map. |
| Methods in org.glassfish.grizzly.http.server with parameters of type HttpHandler | |
|---|---|
void |
HttpHandlerChain.addHandler(HttpHandler httpHandler,
java.lang.String[] mappings)
Add a HttpHandler and its associated array of mapping. |
void |
ServerConfiguration.addHttpHandler(HttpHandler httpHandler,
java.lang.String... mapping)
Adds the specified HttpHandler
with its associated mapping(s). |
boolean |
ServerConfiguration.removeHttpHandler(HttpHandler httpHandler)
Removes the specified HttpHandler. |
boolean |
HttpHandlerChain.removeHttpHandler(HttpHandler httpHandler)
Remove a HttpHandler |
void |
HttpServerFilter.setHttpHandler(HttpHandler httpHandler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||