1#ifndef Cpl_Io_Socket_Listener_x_h_
2#define Cpl_Io_Socket_Listener_x_h_
This class defines the callback mechanism used for accepting incoming socket connections.
Definition Listener.h:56
This private, mostly concrete helper class manages the top level threading aspects for a simple liste...
Definition Listener_.h:32
void setThreadOfExecution_(Cpl::System::Thread *myThreadPtr)
See Cpl::System::Runnable.
void appRun()
See Cpl::System::Runnable.
void startListening(Listener::Client &client, int portNumToListenOn)
See Cpl::Io::Socket::Listener.
Cpl::System::Signable * m_myThreadPtr
Used to synchronize the startListening command.
Definition Listener_.h:41
Cpl::System::Mutex m_lock
Mutex to guard start up sequence.
Definition Listener_.h:44
Listener::Client * m_clientPtr
Client.
Definition Listener_.h:38
virtual void listen()=0
Begin listening -->to be implemented by platform specific child class.
virtual void stopListener()=0
Stop the listener -->to be implemented by platform specific child class.
bool m_startCalled
Indicates if the listener was instructed to start.
Definition Listener_.h:47
void terminate()
See Cpl::Io::Socket::Listener.
void pleaseStop()
See Cpl::System::Runnable.
int m_socket
Port Number to listen on.
Definition Listener_.h:35
This abstract class defines the interface for a SIMPLE socket listener.
Definition Listener.h:45
This mutex class defines the interface for a mutex that has "recursive" semantics.
Definition Mutex.h:33
This abstract class defines the interface by which a client can cause an object that is waiting-on-a-...
Definition Signable.h:28
This abstract class defines the operations that can be performed on a thread.
Definition Thread.h:62
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20