|
C++ Actor Framework 1.0.0
|
Contains an implementation for message exchange over length-prefix framing. More...
Classes | |
| class | base_config |
Configuration for the with_t DSL entry point. More... | |
| class | client_factory |
Factory for the with(...).connect(...).start(...) DSL. More... | |
| class | framing |
| Implements length-prefix framing for discretizing a Byte stream into messages of varying size. More... | |
| class | lower_layer |
| Provides access to a resource that operates on the granularity of binary messages. More... | |
| class | server_config |
| The configuration for a length-prefix framing server. More... | |
| class | server_factory |
Factory type for the with(...).accept(...).start(...) DSL. More... | |
| class | upper_layer |
| Consumes lp messages from the lower layer. More... | |
| class | with_t |
Entry point for the with(...) DSL. More... | |
Typedefs | |
| using | frame = caf::chunk |
| An implicitly shared type for binary data frames. | |
Functions | |
| with_t | with (actor_system &sys) |
| with_t | with (multiplexer *mpx) |
Contains an implementation for message exchange over length-prefix framing.