TOBI Interface A  0.1
tia::TCPConnection Class Reference

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)

Detailed Description

Represents a TCP data connection to a client.

A TCP Connection to a client.

Todo:

Definition at line 63 of file tcp_server.h.


The documentation for this class was generated from the following files:
 All Data Structures Files Functions Variables Typedefs Enumerations