Interface | Description |
---|---|
CustomFilterConsumer<T extends CustomFilter<T>> | |
CustomFilterSupplier<T extends CustomFilter> | |
ErrorPageConsumer<T extends ErrorPage<T>> | |
ErrorPageSupplier<T extends ErrorPage> | |
ExpressionFilterConsumer<T extends ExpressionFilter<T>> | |
ExpressionFilterSupplier<T extends ExpressionFilter> | |
FileConsumer<T extends File<T>> | |
FileSupplier<T extends File> | |
GzipConsumer<T extends Gzip<T>> | |
GzipSupplier<T extends Gzip> | |
ModClusterConsumer<T extends ModCluster<T>> | |
ModClusterSupplier<T extends ModCluster> | |
RequestLimitConsumer<T extends RequestLimit<T>> | |
RequestLimitSupplier<T extends RequestLimit> | |
ResponseHeaderConsumer<T extends ResponseHeader<T>> | |
ResponseHeaderSupplier<T extends ResponseHeader> | |
ReverseProxyConsumer<T extends ReverseProxy<T>> | |
ReverseProxySupplier<T extends ReverseProxy> | |
RewriteConsumer<T extends Rewrite<T>> | |
RewriteSupplier<T extends Rewrite> |
Class | Description |
---|---|
CustomFilter<T extends CustomFilter<T>> |
Custom filter
|
ErrorPage<T extends ErrorPage<T>> |
The error pages
|
ExpressionFilter<T extends ExpressionFilter<T>> |
A filter parsed from the undertow expression language
|
File<T extends File<T>> |
File handler
|
Gzip<T extends Gzip<T>> |
Defines gzip filter
|
ModCluster<T extends ModCluster<T>> |
A mod-cluster front end load balancer
|
ModCluster.ModClusterResources |
Child mutators for ModCluster
|
RequestLimit<T extends RequestLimit<T>> |
Concurrent request limiter handler
|
ResponseHeader<T extends ResponseHeader<T>> |
Response header filter allows you to add custom headers.
|
ReverseProxy<T extends ReverseProxy<T>> |
A reverse proxy handler
|
ReverseProxy.ReverseProxyResources |
Child mutators for ReverseProxy
|
Rewrite<T extends Rewrite<T>> |
A rewrite (or redirect) filter
|
Enum | Description |
---|---|
ModCluster.FailoverStrategy |
Copyright © 2019 JBoss by Red Hat. All rights reserved.