|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pooled | |
|---|---|
| org.xnio | The main API package for XNIO. |
| org.xnio.channels | |
| org.xnio.streams | |
| Uses of Pooled in org.xnio |
|---|
| Fields in org.xnio declared as Pooled | |
|---|---|
static Pooled<ByteBuffer> |
Buffers.EMPTY_POOLED_BYTE_BUFFER
The empty pooled byte buffer. |
| Methods in org.xnio that return Pooled | ||
|---|---|---|
Pooled<T> |
Pool.allocate()
Allocate a resource from the pool. |
|
Pooled<ByteBuffer> |
ByteBufferSlicePool.allocate()
Allocate a resource from the pool. |
|
static
|
Buffers.pooledWrapper(B buffer)
Create a pooled wrapper around a buffer. |
|
| Uses of Pooled in org.xnio.channels |
|---|
| Constructors in org.xnio.channels with parameters of type Pooled | |
|---|---|
FramedMessageChannel(ConnectedStreamChannel channel,
Pooled<ByteBuffer> receiveBuffer,
Pooled<ByteBuffer> transmitBuffer)
Construct a new instance. |
|
FramedMessageChannel(ConnectedStreamChannel channel,
Pooled<ByteBuffer> receiveBuffer,
Pooled<ByteBuffer> transmitBuffer)
Construct a new instance. |
|
| Uses of Pooled in org.xnio.streams |
|---|
| Methods in org.xnio.streams that return Pooled | |
|---|---|
Pooled<ByteBuffer> |
BufferPipeOutputStream.breakPipe()
Break the pipe and return any filling pooled buffer. |
Pooled<ByteBuffer> |
BufferPipeOutputStream.BufferWriter.getBuffer(boolean firstBuffer)
Get a new buffer to be filled. |
| Methods in org.xnio.streams with parameters of type Pooled | |
|---|---|
void |
BufferPipeOutputStream.BufferWriter.accept(Pooled<ByteBuffer> pooledBuffer,
boolean eof)
Accept a buffer. |
void |
BufferPipeInputStream.InputHandler.acknowledge(Pooled<ByteBuffer> pooled)
Acknowledges the successful processing of an input buffer. |
void |
BufferPipeInputStream.push(Pooled<ByteBuffer> pooledBuffer)
Push a buffer into the queue. |
|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||