14 #ifndef CONNECTIONTCPSERVER_H__
15 #define CONNECTIONTCPSERVER_H__
18 #include "connectiontcpbase.h"
26 class ConnectionHandler;
48 const std::string& ip,
int port );
72 static int getSocket(
int af,
int socktype,
int proto,
const LogSink& logInstance );
80 #endif // CONNECTIONTCPSERVER_H__
An abstract base class for a connection.
This is an implementation of a simple listening TCP connection.
This is a base class for a simple TCP connection.
This is an abstract base class to receive incoming connection attempts. Do not confuse this with Conn...
The namespace for the gloox library.
An implementation of log sink and source.