Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.undertow |
Modifier and Type | Method and Description |
---|---|
BufferCache |
Undertow.UndertowResources.bufferCache(String key) |
Modifier and Type | Method and Description |
---|---|
List<BufferCache> |
Undertow.UndertowResources.bufferCaches()
Get the list of BufferCache resources
|
Modifier and Type | Method and Description |
---|---|
T |
Undertow.bufferCache(BufferCache value)
Add the BufferCache object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Undertow.bufferCaches(List<BufferCache> value)
Add all BufferCache objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
BufferCache<T extends BufferCache<T>>
The buffer cache used to cache static content
|
interface |
BufferCacheConsumer<T extends BufferCache<T>> |
interface |
BufferCacheSupplier<T extends BufferCache> |
Modifier and Type | Method and Description |
---|---|
BufferCache |
BufferCacheSupplier.get()
Constructed instance of BufferCache resource
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.