CatapultServer  v0.5.0.1 (Elephant)
SocketReader.h File Reference
Include dependency graph for SocketReader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  catapult::ionet::SocketReader
 Reads and consumes packets from a socket. More...
 

Namespaces

 catapult
 
 catapult::ionet
 

Functions

std::unique_ptr< SocketReader > catapult::ionet::CreateSocketReader (const std::shared_ptr< BatchPacketReader > &pReader, const std::shared_ptr< PacketIo > &pWriter, const ServerPacketHandlers &handlers, const ReaderIdentity &identity)
 Creates a socket packet reader around pReader, pWriter and handlers given a reader identity. More...