#include <tcp_connection.h>
Static Public Member Functions |
static sptr | make (boost::asio::io_service &io_service) |
Member Typedef Documentation
Member Function Documentation
void gr::blocks::tcp_connection::handle_read |
( |
const boost::system::error_code & |
error, |
|
|
size_t |
bytes_transferred |
|
) |
| |
void gr::blocks::tcp_connection::handle_write |
( |
const boost::system::error_code & |
error, |
|
|
size_t |
bytes_transferred |
|
) |
| |
|
inline |
static sptr gr::blocks::tcp_connection::make |
( |
boost::asio::io_service & |
io_service | ) |
|
|
static |
boost::asio::ip::tcp::socket& gr::blocks::tcp_connection::socket |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: