| Package | Description |
|---|---|
| org.wildfly.swarm.config.undertow | |
| org.wildfly.swarm.config.undertow.configuration |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionLimit> |
FilterConfiguration.FilterConfigurationResources.connectionLimits()
Get the list of org.wildfly.swarm.config.undertow.configuration.ConnectionLimit resources
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
FilterConfiguration |
FilterConfiguration.connectionLimits(List<ConnectionLimit> value)
Add all org.wildfly.swarm.config.undertow.configuration.ConnectionLimit objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionLimit |
ConnectionLimit.maxConcurrentRequests(Integer value)
Maximum number of concurrent requests
|
ConnectionLimit |
ConnectionLimit.queueSize(Integer value)
Number of requests to queue before they start being rejected
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.