| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.configuration |
| Modifier and Type | Method and Description |
|---|---|
List<ReverseProxy> |
HandlerConfiguration.HandlerConfigurationResources.reverseProxys()
Get the list of org.wildfly.swarm.config.undertow.configuration.ReverseProxy resources
|
| Modifier and Type | Method and Description |
|---|---|
HandlerConfiguration |
HandlerConfiguration.reverseProxy(ReverseProxy value)
Add the org.wildfly.swarm.config.undertow.configuration.ReverseProxy object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
HandlerConfiguration |
HandlerConfiguration.reverseProxys(List<ReverseProxy> value)
Add all org.wildfly.swarm.config.undertow.configuration.ReverseProxy objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
ReverseProxy |
ReverseProxy.cachedConnectionsPerThread(Integer value)
The number of connections that will be kept alive indefinitely
|
ReverseProxy |
ReverseProxy.connectionIdleTimeout(Integer value)
The amount of time a connection can be idle before it will be closed.
|
ReverseProxy |
ReverseProxy.connectionsPerThread(Integer value)
The number of connections that will be maintained to backend servers, per IO thread.
|
ReverseProxy |
ReverseProxy.host(Host value)
Add the org.wildfly.swarm.config.undertow.configuration.reverse_proxy.Host object to the list of subresources
|
ReverseProxy |
ReverseProxy.hosts(List<Host> value)
Add all org.wildfly.swarm.config.undertow.configuration.reverse_proxy.Host objects to this subresource
|
ReverseProxy |
ReverseProxy.maxRequestTime(Integer value)
The maximum time that a proxy request can be active for, before being killed.
|
ReverseProxy |
ReverseProxy.problemServerRetry(Integer value)
Time in seconds to wait before attempting to reconnect to a server that is down
|
ReverseProxy |
ReverseProxy.requestQueueSize(Integer value)
The number of requests that can be queued if the connection pool is full before requests are rejected with a 503
|
ReverseProxy |
ReverseProxy.sessionCookieNames(String value)
Comma separated list of session cookie names.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.