| Interface | Description |
|---|---|
| IAbortable |
An object that can be aborted.
|
| IApimanBuffer |
A generic buffer used throughout APIMan, principally for streaming body
chunks.
|
| IReadStream<H> |
Read a chunked stream by setting handlers.
|
| IReadWriteStream<H> |
A stream where both read and write aspects can be manipulated.
|
| ISignalReadStream<H> |
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 | Description |
|---|---|
| AbstractSignalStream<H> |
As
AbstractSignalStream but with ISignalReadStream.transmit() to signal body transmission may begin |
| AbstractStream<H> |
Generic representation of a three part stream: head, body and end, with
handlers and operators for each.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.