Public Member Functions | |
NonblockingSender (shared_ptr< SocketWrapperInterface > socket_wrapper, shared_ptr< NonblockingReceiverInterface > receiver, shared_ptr< NonblockingPacketWriterFactoryInterface > packet_writer_factory, HmacProvider hmac_provider, const ConnectionOptions &connection_options) | |
void | Enqueue (unique_ptr< Message > message, unique_ptr< Command > command, const shared_ptr< const string > value, unique_ptr< HandlerInterface > handler, HandlerKey handler_key) |
NonblockingPacketServiceStatus | Send () |
bool | Remove (HandlerKey key) |
Definition at line 65 of file nonblocking_packet_sender.h.