Bytemaster's Boost Libraries
Public Types | Public Member Functions
boost::rpc::json::tcp::connection Class Reference

Sends and receives JSON-RPC over a TCP connection. More...

#include <connection.hpp>

Inheritance diagram for boost::rpc::json::tcp::connection:
boost::rpc::json::connection boost::cmt::retainable

List of all members.

Public Types

typedef
boost::cmt::retainable_ptr
< connection
ptr
typedef
boost::cmt::asio::tcp::socket::ptr 
sock_ptr

Public Member Functions

 connection (const sock_ptr &s)
bool connect (const std::string &hostname, const std::string &port)
bool is_connected () const
void send (const boost::json::Value &v)
void start ()

Detailed Description

Sends and receives JSON-RPC over a TCP connection.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Defines