| Package | Description |
|---|---|
| io.apiman.gateway.engine.components | |
| io.apiman.gateway.engine.impl | |
| io.apiman.gateway.engine.io | |
| io.apiman.gateway.engine.policy |
| Modifier and Type | Method and Description |
|---|---|
IApimanBuffer |
IBufferFactoryComponent.cloneBuffer(IApimanBuffer buffer)
Clone an existing buffer.
|
IApimanBuffer |
IBufferFactoryComponent.createBuffer()
Instantiate an
IApimanBuffer. |
IApimanBuffer |
IBufferFactoryComponent.createBuffer(byte[] byteData)
Instantiate an
IApimanBuffer with Byte array. |
IApimanBuffer |
IBufferFactoryComponent.createBuffer(int size)
Instantiate an
IApimanBuffer of given size. |
IApimanBuffer |
IBufferFactoryComponent.createBuffer(String stringData)
Instantiate an
IApimanBuffer with String. |
IApimanBuffer |
IBufferFactoryComponent.createBuffer(String stringData,
String enc)
Instantiate an
IApimanBuffer with String. |
| Modifier and Type | Method and Description |
|---|---|
IApimanBuffer |
IBufferFactoryComponent.cloneBuffer(IApimanBuffer buffer)
Clone an existing buffer.
|
| Modifier and Type | Method and Description |
|---|---|
IApimanBuffer |
ByteBufferFactoryComponent.cloneBuffer(IApimanBuffer buffer) |
IApimanBuffer |
ByteBufferFactoryComponent.createBuffer() |
IApimanBuffer |
ByteBufferFactoryComponent.createBuffer(byte[] byteData) |
IApimanBuffer |
ByteBufferFactoryComponent.createBuffer(int sizeHint) |
IApimanBuffer |
ByteBufferFactoryComponent.createBuffer(String stringData) |
IApimanBuffer |
ByteBufferFactoryComponent.createBuffer(String stringData,
String enc) |
| Modifier and Type | Method and Description |
|---|---|
IApimanBuffer |
ByteBufferFactoryComponent.cloneBuffer(IApimanBuffer buffer) |
void |
CachedResponse.write(IApimanBuffer chunk) |
| Modifier and Type | Class and Description |
|---|---|
class |
ByteBuffer
A simple
IApimanBuffer from a byte array. |
| Modifier and Type | Field and Description |
|---|---|
protected IAsyncHandler<IApimanBuffer> |
AbstractStream.bodyHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
IApimanBuffer.append(IApimanBuffer buffer) |
void |
ByteBuffer.append(IApimanBuffer buffer) |
void |
IApimanBuffer.append(IApimanBuffer buffer,
int offset,
int length) |
void |
ByteBuffer.append(IApimanBuffer buffer,
int offset,
int length) |
protected void |
AbstractStream.handleBody(IApimanBuffer chunk)
Called to handle a body chunk.
|
void |
IApimanBuffer.insert(int index,
IApimanBuffer buffer)
Inserts data at given index with buffer.
|
void |
ByteBuffer.insert(int index,
IApimanBuffer buffer) |
void |
IApimanBuffer.insert(int index,
IApimanBuffer buffer,
int offset,
int length)
Inserts data at the given index with buffer at given offset and constrained length.
|
void |
ByteBuffer.insert(int index,
IApimanBuffer buffer,
int offset,
int length) |
void |
IWriteStream.write(IApimanBuffer chunk)
Write a chunk to the stream.
|
void |
AbstractStream.write(IApimanBuffer chunk) |
| Modifier and Type | Method and Description |
|---|---|
void |
IReadStream.bodyHandler(IAsyncHandler<IApimanBuffer> bodyHandler)
Handler called when a body chunk has arrived.
|
void |
AbstractStream.bodyHandler(IAsyncHandler<IApimanBuffer> bodyHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
Chain.write(IApimanBuffer chunk) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.