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