| Package | Description |
|---|---|
| io.apiman.gateway.engine | |
| io.apiman.gateway.engine.impl | |
| io.apiman.gateway.engine.io | |
| io.apiman.gateway.engine.policy |
| Class and Description |
|---|
| IAbortable
An object that can be aborted.
|
| IReadStream
Read a chunked stream by setting handlers.
|
| ISignalReadStream
As
IReadStream but with explicit ISignalReadStream.transmit() which indicates to the sender that they may
begin transmitting. |
| ISignalWriteStream
As
IWriteStream but with IAbortable.abort(). |
| IStream
Common Stream interface.
|
| IWriteStream
Write into a stream by repeatedly submitting chunks via
IWriteStream.write(IApimanBuffer). |
| Class and Description |
|---|
| AbstractStream
Generic representation of a three part stream: head, body and end, with
handlers and operators for each.
|
| IAbortable
An object that can be aborted.
|
| IReadStream
Read a chunked stream by setting handlers.
|
| IReadWriteStream
A stream where both read and write aspects can be manipulated.
|
| ISignalReadStream
As
IReadStream but with explicit ISignalReadStream.transmit() which indicates to the sender that they may
begin transmitting. |
| ISignalWriteStream
As
IWriteStream but with IAbortable.abort(). |
| IStream
Common Stream interface.
|
| IWriteStream
Write into a stream by repeatedly submitting chunks via
IWriteStream.write(IApimanBuffer). |
| Class and Description |
|---|
| AbstractStream
Generic representation of a three part stream: head, body and end, with
handlers and operators for each.
|
| IAbortable
An object that can be aborted.
|
| IApimanBuffer
A generic buffer used throughout APIMan, principally for streaming body
chunks.
|
| IReadStream
Read a chunked stream by setting handlers.
|
| IReadWriteStream
A stream where both read and write aspects can be manipulated.
|
| ISignalReadStream
As
IReadStream but with explicit ISignalReadStream.transmit() which indicates to the sender that they may
begin transmitting. |
| ISignalWriteStream
As
IWriteStream but with IAbortable.abort(). |
| IStream
Common Stream interface.
|
| IWriteStream
Write into a stream by repeatedly submitting chunks via
IWriteStream.write(IApimanBuffer). |
| Class and Description |
|---|
| AbstractStream
Generic representation of a three part stream: head, body and end, with
handlers and operators for each.
|
| IAbortable
An object that can be aborted.
|
| IApimanBuffer
A generic buffer used throughout APIMan, principally for streaming body
chunks.
|
| IReadStream
Read a chunked stream by setting handlers.
|
| IReadWriteStream
A stream where both read and write aspects can be manipulated.
|
| IStream
Common Stream interface.
|
| IWriteStream
Write into a stream by repeatedly submitting chunks via
IWriteStream.write(IApimanBuffer). |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.