#include <sstream>
#include <vector>
#include <sys/wait.h>
#include <sys/stat.h>
#include <sys/file.h>
#include "../KjSslSocket/KjSslServer.h"
#include "../KjSslSocket/KjDefines.h"
#include "../KjSslSocket/KjSignal.h"
#include "K3dString.h"
#include <pthread.h>
#include "KjClientConn.h"
Go to the source code of this file.
Classes | |
class | KjServerThread |
Typedefs | |
typedef std::vector< KjClientConn * > | TClientArray |
Author: Jan Koci <koci@ujp.cz> (C) 2007 http://kjsslsocket.sourceforge.net/
Copyright: See COPYING file that comes with this distribution
07.05.29 - First version
Definition in file KjServerThread.h.
|
KjServer is class for testing server connection via KjSslSocket library. Server working with multiple clients. Definition at line 68 of file KjServerThread.h. |