C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Classes | Functions
caf::net::lp Namespace Reference

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_config
 The configuration for a length-prefix framing client. More...
 
class  client_factory
 Factory for the with(...).connect(...).start(...) DSL. More...
 
class  default_trait
 A default trait type for binary protocols that uses frame as both input and output types and provides async::consumer_resource and async::producer_resource as input_resource and output_resource types, respectively. More...
 
class  frame
 An implicitly shared type for binary data frames. 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...
 

Functions

template<class Trait = lp::default_trait>
with_t< Trait > with (actor_system &sys)
 
template<class Trait = lp::default_trait>
with_t< Trait > with (multiplexer *mpx)
 

Detailed Description

Contains an implementation for message exchange over length-prefix framing.