View on GitHub

Thrift Asio

Asynchronous client and server for apache thrift implemented via boost::asio

Download this project as a .zip file Download this project as a tar.gz file
betabugs::networking::thrift_asio_transport::event_handlers Struct Reference

#include <thrift_asio_transport.hpp>

Public Member Functions

virtual void on_error (const boost::system::error_code &ec)
 Gets invoked when an error occurred while communication over the transport.
 
virtual void on_connected ()
 Gets invoked when the transport was successfully connected.
 
virtual void on_disconnected ()
 Gets invoked when the transport is disconnected.
 

Detailed Description

Interface for handling transport events

Examples:
example_server.cpp.

The documentation for this struct was generated from the following file: