#include <connection.h>
Public Member Functions | |
| connection (event::handler_service &handler_service, stream_service &stream_service, int file_descriptor) | |
| connection (event::handler_service &handler_service, stream_service &stream_service, const struct addrinfo *addresses) | |
| ~connection () | |
| void | set_file_descriptor (int file_descriptor) |
Private Member Functions | |
| connection (const connection &) | |
| connection & | operator= (const connection &) |
Definition at line 41 of file connection.h.
| scalestack::network::ip::tcp::connection::connection | ( | event::handler_service & | handler_service, | |
| stream_service & | stream_service, | |||
| int | file_descriptor | |||
| ) |
Definition at line 54 of file connection.cc.
| scalestack::network::ip::tcp::connection::connection | ( | event::handler_service & | handler_service, | |
| stream_service & | stream_service, | |||
| const struct addrinfo * | addresses | |||
| ) |
Definition at line 61 of file connection.cc.
| scalestack::network::ip::tcp::connection::~connection | ( | ) |
Definition at line 68 of file connection.cc.
| scalestack::network::ip::tcp::connection::connection | ( | const connection & | ) | [private] |
Don't allow copying of objects.
| void scalestack::network::ip::tcp::connection::set_file_descriptor | ( | int | file_descriptor | ) | [virtual] |
See event::handler::set_file_descriptor().
Reimplemented from scalestack::network::stream_provider.
Definition at line 74 of file connection.cc.
| connection& scalestack::network::ip::tcp::connection::operator= | ( | const connection & | ) | [private] |
Don't allow assignment of objects.
1.6.3