| 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 ConnectionLimit resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
FilterConfiguration.connectionLimit(ConnectionLimit value)
Add the ConnectionLimit object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
FilterConfiguration.connectionLimits(List<ConnectionLimit> value)
Add all ConnectionLimit objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionLimit<T extends ConnectionLimit<T>>
Connection limiter handler
|
interface |
ConnectionLimitConsumer<T extends ConnectionLimit> |
interface |
ConnectionLimitSupplier<T extends ConnectionLimit> |
| Modifier and Type | Method and Description |
|---|---|
ConnectionLimit |
ConnectionLimitSupplier.get()
Constructed instance of ConnectionLimit resource
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.