|
TOBI Interface A
0.1
|
Represents a TCP data connection to a client. More...
#include <tcp_data_server.h>
Public Types | |
|
typedef boost::shared_ptr < TCPConnection > | pointer |
| TCPConnection Handle. | |
Public Member Functions | |
| boost::asio::ip::tcp::socket & | socket () |
| The socket associated with this connection. | |
Static Public Member Functions | |
| static pointer | create (boost::asio::io_service &io_service) |
| Creates a new TCPConnection object. | |
| static std::string | endpointToString (const boost::asio::ip::tcp::endpoint &endpoint) |
Represents a TCP data connection to a client.
A TCP Connection to a client.
Definition at line 63 of file tcp_server.h.