| Interface | Description |
|---|---|
| Buffer | |
| Codec |
Consumes input and output stream sockets in order to decode and encode object graphs.
|
| ConnectedCodec | |
| Decoder |
Decodes an object graph.
|
| Encoder |
Encodes a given object graph.
|
| Sink |
Emits output stream sockets in order to enable access to its stored content.
|
| Socket<T extends java.lang.AutoCloseable> |
A socket is a reusable object for safe and simple automatic resource management.
|
| Source |
Emits input stream sockets in order to enable access to its stored content.
|
| Store |
Emits input and output stream sockets in order to enable access to its stored content.
|
| Transformation |
Decorates input and output stream sockets in order to transform the transmitted content.
|