AFI
Advanced Forwarding Interface
 All Classes Functions Variables Typedefs Enumerations Enumerator Friends Groups
Classes | Typedefs
Transport

Classes used to define and manage Aft client/server communications. More...

Classes

class  AftTransport
 Largely virtual base class used for all Aft transport implementations. More...
 

Typedefs

typedef std::shared_ptr
< AftTransport
AftTransportPtr
 Pointer type of all AftTransports.
 
typedef std::shared_ptr
< AftReceiver
AftReceiverPtr
 Pointer type of all AftReceivers.
 

Detailed Description

Classes used to define and manage Aft client/server communications.

AftTransport is used as the primary connection between an Aft client and the Aft server(s). The transport is responsible for handling all the underlying communications between the client and the server (in order to simplify client design).