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