Sirikata
Classes | Namespaces
libspace/include/sirikata/space/SpaceNetwork.hpp File Reference
#include <sirikata/core/util/Platform.hpp>
#include <sirikata/space/SpaceContext.hpp>
#include <sirikata/core/network/Stream.hpp>
#include <sirikata/core/service/Service.hpp>
#include <sirikata/core/util/ListenerProvider.hpp>
Include dependency graph for SpaceNetwork.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sirikata::SpaceNetworkConnectionListener
 The SpaceNetworkConnectionListener interface receives events about connections to other space servers. More...
class  Sirikata::SpaceNetwork
class  Sirikata::SpaceNetwork::SendStream
 Network::SendStream represents an incoming stream from a single remote space server. More...
class  Sirikata::SpaceNetwork::SendListener
 The Network::SendListener interface should be implemented by the object sending data to the network. More...
class  Sirikata::SpaceNetwork::ReceiveStream
 Network::ReceiveStream represents an incoming stream from a single remote space server. More...
class  Sirikata::SpaceNetwork::ReceiveListener
 The Network::ReceiveListener interface should be implemented by the object receiving data from the network. More...

Namespaces

namespace  Sirikata
 

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