#include <SocketDescriptor.h>
Inheritance diagram for ClientSocketDescriptor:
Public Methods | |
ClientSocketDescriptor (ref< FileDescriptorManager > const &_fdMgr, string const &_hostname, int _port) |
Definition at line 72 of file SocketDescriptor.h.
|
Constructs a TCP socket connected to the given hostname/port combination.
|