TDME2 1.9.121
|
#include <stdint.h>
#include <exception>
#include <map>
#include <sstream>
#include <string>
#include <tdme/tdme.h>
#include <tdme/network/udpserver/NetworkServerException.h>
#include <tdme/network/udpserver/ServerClient.h>
#include <tdme/network/udpserver/UDPServer.h>
#include <tdme/network/udpserver/UDPServerIOThread.h>
#include <tdme/os/network/NetworkException.h>
#include <tdme/os/threading/Mutex.h>
#include <tdme/utilities/Exception.h>
#include <tdme/utilities/Reference.h>
Go to the source code of this file.
Classes | |
class | UDPServerClient |
Base class for network UDP server clients. More... | |
struct | UDPServerClient::Message |