| Interface | Description |
|---|---|
| BaseCoAcceptor<R> |
The base interface for pipeline and acceptor classes.
|
| CoAcceptor<A,R> |
An acceptor that takes a value of the specified type.
|
| CoPipeline<A,E,R> |
A pipeline that accepts and emits values of the specified types.
|
| IntCoAcceptor<R> |
An acceptor that takes an integer value. Includes default functions to cater for the common cases of strings or byte
arrays being used for integer values.
|
| IntCoPipeline<R> |
A pipeline that accepts and emits integer values.
|
| IntObjectCoPipeline<E,R> |
A pipeline that takes integer values and emits object values.
|
| Class | Description |
|---|---|
| AbstractCoAcceptor<A,R> |
Abstract implementation of
interface CoAcceptor. |
| AbstractCoPipeline<A,E,R> |
Abstract implementation of
interface CoPipeline. |
| AbstractIntCoAcceptor<R> |
Abstract implementation of
interface IntCoAcceptor. |
| AbstractIntCoPipeline<R> |
Abstract implementation of
interface IntCoPipeline. |
| AbstractIntObjectCoPipeline<E,R> |
Abstract implementation of
interface IntObjectCoPipeline. |
| BaseAbstractCoAcceptor<R> |
Common functionality for
class AbstractCoAcceptor and class AbstractIntCoAcceptor. |
| ChannelCoAcceptor<A> |
An implementation of
interface CoAcceptor that sends the value to a SendChannel. |
| CoASCII_CodePoint<R> | |
| CoAcceptorsKt | |
| CoCodePoint_UTF16<R> | |
| CoCodePoint_UTF8<R> | |
| CoDecoderFactory | |
| CoISO8859_15_CodePoint<R> | |
| CoISO8859_1_CodePoint<R> | |
| CoUTF16_CodePoint<R> | |
| CoUTF8_CodePoint<R> | |
| CoWindows1252_CodePoint<R> | |
| DecodingCoPipeline<R> | |
| SimpleCoAcceptor<A> |
A simple implementation of
interface CoAcceptor that takes a lambda as the accepting function. |