| Package | Description |
|---|---|
| org.glassfish.grizzly.http.server |
| Modifier and Type | Field and Description |
|---|---|
static HttpHandlerRegistration |
HttpHandlerRegistration.ROOT |
| Modifier and Type | Method and Description |
|---|---|
HttpHandlerRegistration |
HttpHandlerRegistration.Builder.build() |
static HttpHandlerRegistration |
HttpHandlerRegistration.fromString(String mapping)
Create a registration from the mapping
String. |
| Modifier and Type | Method and Description |
|---|---|
void |
HttpHandlerChain.addHandler(HttpHandler httpHandler,
HttpHandlerRegistration[] mappings)
Add a
HttpHandler and its associated array of mapping. |
void |
ServerConfiguration.addHttpHandler(HttpHandler httpHandler,
HttpHandlerRegistration... mapping)
Adds the specified
HttpHandler
with its associated mapping(s). |
Copyright © 2015 Oracle Corporation. All Rights Reserved.