1#ifndef Cpl_Io_Socket_Connector_h_
2#define Cpl_Io_Socket_Connector_h_
This abstract class defines the interface for establishing/requesting a SIMPLE socket connection,...
Definition Connector.h:32
virtual ~Connector()
Virtual destructor.
Definition Connector.h:52
Result_T
Possible return codes when attempting to establish a connection.
Definition Connector.h:35
@ eERROR
Connection was successful.
Definition Connector.h:37
@ eREFUSED
Error occurred.
Definition Connector.h:38
virtual Result_T establish(const char *remoteHostName, int portNumToConnectTo, Cpl::Io::Descriptor &fdOut)=0
Requests a client connection to the specified remote Host.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20
This union defines a 'IO descriptor' in terms of a an integer and/or a void*.
Definition Descriptor.h:26