#include "IPSocket.h"
#include "../thread/Thread.h"
Go to the source code of this file.
Namespaces | |
namespace | oasys |
Classes | |
class | oasys::TCPServer |
Wrapper class for a tcp server socket. More... | |
class | oasys::TCPServerThread |
Simple class that implements a thread of control that loops, blocking on accept(), and issuing the accepted() callback when new connections arrive. More... |