Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | Related Pages

Atlas::Codec< Stream > Class Template Reference

Atlas stream codec. More...

#include <Codec.h>

Inheritance diagram for Atlas::Codec< Stream >:

Atlas::Bridge Atlas::Task List of all members.

Detailed Description

template<class Stream>
class Atlas::Codec< Stream >

Atlas stream codec.

This class presents an interface for sending and receiving Atlas messages. Each outgoing message is converted to a byte stream and piped through an optional chain of filters for compression or other transformations, then passed to a socket for transmission. Incoming messages are read from the socket, piped through the filters in the opposite direction and passed to a user specified Bridge callback class.

See also:
Bridge

Task

Negotiate


The documentation for this class was generated from the following files:

Copyright 2000 the respective authors.

This document is licensed under the terms of the GNU Free Documentation License and may be freely distributed under the conditions given by this license.