Package | Description |
---|---|
org.wildfly.swarm.config | |
org.wildfly.swarm.config.undertow |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
Undertow.UndertowResources.byteBufferPool(String key) |
Modifier and Type | Method and Description |
---|---|
List<ByteBufferPool> |
Undertow.UndertowResources.byteBufferPools()
Get the list of ByteBufferPool resources
|
Modifier and Type | Method and Description |
---|---|
T |
Undertow.byteBufferPool(ByteBufferPool value)
Add the ByteBufferPool object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
Undertow.byteBufferPools(List<ByteBufferPool> value)
Add all ByteBufferPool objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ByteBufferPool<T extends ByteBufferPool<T>>
A byte buffer pool used for IO operations, this provides the same
capabilities as the buffer pool from the IO subsystem, so they can be used
interchangeably and must have a unique name.
|
interface |
ByteBufferPoolConsumer<T extends ByteBufferPool<T>> |
interface |
ByteBufferPoolSupplier<T extends ByteBufferPool> |
Modifier and Type | Method and Description |
---|---|
ByteBufferPool |
ByteBufferPoolSupplier.get()
Constructed instance of ByteBufferPool resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.