| Package | Description |
|---|---|
| org.glassfish.grizzly.http.server |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
HttpHandler |
HttpServerFilter.getHttpHandler() |
HttpHandler |
HttpServer.getHttpHandler() |
| Modifier and Type | Method and Description |
|---|---|
Map<HttpHandler,String[]> |
ServerConfiguration.getHttpHandlers()
Returns the
HttpHandler map. |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpHandlerChain.addHandler(HttpHandler httpHandler,
String[] mappings)
Add a
HttpHandler and its associated array of mapping. |
void |
ServerConfiguration.addHttpHandler(HttpHandler httpHandler,
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) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.