Sirikata
Classes | Namespaces | Enumerations
libcore/include/sirikata/core/network/Stream.hpp File Reference
#include <sirikata/core/network/Address.hpp>
#include <sirikata/core/util/Time.hpp>
Include dependency graph for Stream.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sirikata::Network::Stream
 Stream interface for network connections. More...
class  Sirikata::Network::Stream::StreamID
 Unique identifier for streams backed by the same connection. More...
class  Sirikata::Network::Stream::SetCallbacks
 Functor which allows the user to set callbacks for the stream. More...

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


namespace  Sirikata::Network
 

Network contains Stream and TCPStream.


Enumerations

enum  Sirikata::Network::StreamReliability { Sirikata::Network::Unreliable, Sirikata::Network::ReliableUnordered, Sirikata::Network::ReliableOrdered }
 Indicates which combination of reliability and ordered-ness should be used. More...