Kinetic C/C++ Client
 All Classes Functions Variables Pages
Public Member Functions | List of all members
kinetic::NonblockingPacketService Class Reference
Inheritance diagram for kinetic::NonblockingPacketService:
Inheritance graph
[legend]
Collaboration diagram for kinetic::NonblockingPacketService:
Collaboration graph
[legend]

Public Member Functions

 NonblockingPacketService (shared_ptr< SocketWrapperInterface > socket_wrapper, unique_ptr< NonblockingSenderInterface > sender, shared_ptr< NonblockingReceiverInterface > receiver)
 
HandlerKey Submit (unique_ptr< Message > message, unique_ptr< Command > command, const shared_ptr< const string > value, unique_ptr< HandlerInterface > handler)
 
bool Run (fd_set *read_fds, fd_set *write_fds, int *nfds)
 
bool Remove (HandlerKey handler_key)
 

Detailed Description

Definition at line 53 of file nonblocking_packet_service.h.


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