| Package | Description |
|---|---|
| org.wildfly.extension.undertow | |
| org.wildfly.extension.undertow.filters |
| Modifier and Type | Method and Description |
|---|---|
void |
Host.addFilter(UndertowFilter filterRef) |
void |
FilterLocation.addFilter(UndertowFilter filterRef) |
void |
LocationService.addFilter(UndertowFilter filterRef) |
void |
Host.removeFilter(UndertowFilter filterRef) |
void |
FilterLocation.removeFilter(UndertowFilter filterRef) |
void |
LocationService.removeFilter(UndertowFilter filterRef) |
| Modifier and Type | Method and Description |
|---|---|
protected static io.undertow.server.HttpHandler |
LocationService.configureHandlerChain(io.undertow.server.HttpHandler rootHandler,
List<UndertowFilter> filters) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterRef |
Copyright © 2018 JBoss by Red Hat. All rights reserved.