Sirikata
Classes | Namespaces | Functions
libcore/plugins/tcpsst/ASIOReadBuffer.hpp File Reference
#include "MultiplexedSocket.hpp"
#include <sirikata/core/network/IOStrand.hpp>
Include dependency graph for ASIOReadBuffer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sirikata::Network::ASIOReadBuffer

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.


Functions

ASIOReadBuffer * Sirikata::Network::MakeASIOReadBuffer (const MultiplexedSocketPtr &parentSocket, unsigned int whichSocket, const MemoryReference &strayBytesAfterHeader, TCPStream::StreamType streamType)
 The only public interface to TCPReadBuffer is the constructor-like-function which takes in a MultiplexedSocket and an integer offset.