Interface | Description |
---|---|
ByteDecoder |
Decode an event that has been encoded into a binary buffer and dispatch this
event to its sources.
|
ByteEncoder |
Define an encoder that transform received events into a binary buffer.
|
ByteEncoder.Transport |
Define the object that will be called after an event has been transformed
into a binary buffer.
|
ByteFactory |
Class | Description |
---|---|
ByteProxy |
This class is a proxy that can exchange event binary-encoded (opposed to
text-encoder) with another proxy.
|
Enum | Description |
---|---|
ByteProxy.Mode |
Defines the mode of this proy, server or client.
|