| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow.server | |
| org.wildfly.swarm.config.undertow.server.host |
| Modifier and Type | Method and Description |
|---|---|
List<FilterRef> |
Host.HostResources.filterRefs()
Get the list of org.wildfly.swarm.config.undertow.server.host.FilterRef resources
|
| Modifier and Type | Method and Description |
|---|---|
Host |
Host.filterRef(FilterRef value)
Add the org.wildfly.swarm.config.undertow.server.host.FilterRef object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Host |
Host.filterRefs(List<FilterRef> value)
Add all org.wildfly.swarm.config.undertow.server.host.FilterRef objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
FilterRef |
FilterRef.predicate(String value)
Predicates provide a simple way of making a true/false decision based on an exchange.
|
FilterRef |
FilterRef.priority(Integer value)
Defines filter order, it should be set to 1 or more, higher number instructs server to be included earlier in handler chain than others under same context.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilterRef> |
Location.LocationResources.filterRefs()
Get the list of org.wildfly.swarm.config.undertow.server.host.FilterRef resources
|
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.filterRef(FilterRef value)
Add the org.wildfly.swarm.config.undertow.server.host.FilterRef object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.filterRefs(List<FilterRef> value)
Add all org.wildfly.swarm.config.undertow.server.host.FilterRef objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.