#include <ref.h>
#include <exception>
#include <string>
#include <map>
#include <FileDescriptor.h>
Include dependency graph for SocketDescriptor.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | ClientSocketDescriptor |
Subclass of SocketDescriptor to provide TCP client-socket functionality. More... | |
class | ServerSocketDescriptor |
Subclass of SocketDescriptor to provide TCP server-socket functionality. More... | |
class | SocketAcceptorCallback |
class | SocketDescriptor |
Subclasses FileDescriptor to provide a general-purpose wrapper for BSD TCP or UDP server- or client-sockets. More... |