| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.undertow |
| Modifier and Type | Method and Description |
|---|---|
FilterConfiguration |
Undertow.filterConfiguration()
Undertow filters
|
| Modifier and Type | Method and Description |
|---|---|
T |
Undertow.filterConfiguration(FilterConfiguration value)
Undertow filters
|
| Modifier and Type | Method and Description |
|---|---|
FilterConfiguration |
FilterConfiguration.connectionLimit(ConnectionLimit value)
Add the org.wildfly.swarm.config.undertow.configuration.ConnectionLimit object to the list of subresources
|
FilterConfiguration |
FilterConfiguration.connectionLimits(List<ConnectionLimit> value)
Add all org.wildfly.swarm.config.undertow.configuration.ConnectionLimit objects to this subresource
|
FilterConfiguration |
FilterConfiguration.customFilter(CustomFilter value)
Add the org.wildfly.swarm.config.undertow.configuration.CustomFilter object to the list of subresources
|
FilterConfiguration |
FilterConfiguration.customFilters(List<CustomFilter> value)
Add all org.wildfly.swarm.config.undertow.configuration.CustomFilter objects to this subresource
|
FilterConfiguration |
FilterConfiguration.errorPage(ErrorPage value)
Add the org.wildfly.swarm.config.undertow.configuration.ErrorPage object to the list of subresources
|
FilterConfiguration |
FilterConfiguration.errorPages(List<ErrorPage> value)
Add all org.wildfly.swarm.config.undertow.configuration.ErrorPage objects to this subresource
|
FilterConfiguration |
FilterConfiguration.expressionFilter(ExpressionFilter value)
Add the org.wildfly.swarm.config.undertow.configuration.ExpressionFilter object to the list of subresources
|
FilterConfiguration |
FilterConfiguration.expressionFilters(List<ExpressionFilter> value)
Add all org.wildfly.swarm.config.undertow.configuration.ExpressionFilter objects to this subresource
|
FilterConfiguration |
FilterConfiguration.gzip(Gzip value)
Add the org.wildfly.swarm.config.undertow.configuration.Gzip object to the list of subresources
|
FilterConfiguration |
FilterConfiguration.gzips(List<Gzip> value)
Add all org.wildfly.swarm.config.undertow.configuration.Gzip objects to this subresource
|
FilterConfiguration |
FilterConfiguration.modCluster(ModCluster value)
Add the org.wildfly.swarm.config.undertow.configuration.ModCluster object to the list of subresources
|
FilterConfiguration |
FilterConfiguration.modClusters(List<ModCluster> value)
Add all org.wildfly.swarm.config.undertow.configuration.ModCluster objects to this subresource
|
FilterConfiguration |
FilterConfiguration.responseHeader(ResponseHeader value)
Add the org.wildfly.swarm.config.undertow.configuration.ResponseHeader object to the list of subresources
|
FilterConfiguration |
FilterConfiguration.responseHeaders(List<ResponseHeader> value)
Add all org.wildfly.swarm.config.undertow.configuration.ResponseHeader objects to this subresource
|
FilterConfiguration |
FilterConfiguration.rewrite(Rewrite value)
Add the org.wildfly.swarm.config.undertow.configuration.Rewrite object to the list of subresources
|
FilterConfiguration |
FilterConfiguration.rewrites(List<Rewrite> value)
Add all org.wildfly.swarm.config.undertow.configuration.Rewrite objects to this subresource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.