| Package | Description |
|---|---|
| org.wildfly.swarm.config | |
| org.wildfly.swarm.config.undertow |
| Modifier and Type | Method and Description |
|---|---|
List<BufferCache> |
Undertow.UndertowResources.bufferCaches()
Get the list of org.wildfly.swarm.config.undertow.BufferCache resources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Undertow.bufferCache(BufferCache value)
Add the org.wildfly.swarm.config.undertow.BufferCache object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
T |
Undertow.bufferCaches(List<BufferCache> value)
Add all org.wildfly.swarm.config.undertow.BufferCache objects to this subresource
|
| Modifier and Type | Method and Description |
|---|---|
BufferCache |
BufferCache.bufferSize(Integer value)
The size of an individual buffer
|
BufferCache |
BufferCache.buffersPerRegion(Integer value)
The numbers of buffers in a region
|
BufferCache |
BufferCache.maxRegions(Integer value)
The maximum number of regions
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.