| Package | Description |
|---|---|
| io.undertow | |
| io.undertow.predicate | |
| io.undertow.server.handlers.builder |
| Modifier and Type | Method | Description |
|---|---|---|
static PredicatesHandler |
Handlers.predicates(List<PredicatedHandler> handlers,
HttpHandler next) |
| Modifier and Type | Method | Description |
|---|---|---|
PredicatesHandler |
PredicatesHandler.addPredicatedHandler(PredicatedHandler handler) |
| Constructor | Description |
|---|---|
Wrapper(List<PredicatedHandler> handlers,
boolean outerHandler) |
| Modifier and Type | Method | Description |
|---|---|---|
static List<PredicatedHandler> |
PredicatedHandlersParser.parse(File file,
ClassLoader classLoader) |
|
static List<PredicatedHandler> |
PredicatedHandlersParser.parse(InputStream inputStream,
ClassLoader classLoader) |
|
static List<PredicatedHandler> |
PredicatedHandlersParser.parse(String contents,
ClassLoader classLoader) |
|
static List<PredicatedHandler> |
PredicatedHandlersParser.parse(Path file,
ClassLoader classLoader) |
Copyright © 2018. All rights reserved.