UCommon
|
tcp derived socket classes. More...
#include <cstdio>
#include <commoncpp/config.h>
#include <commoncpp/string.h>
#include <commoncpp/address.h>
#include <commoncpp/socket.h>
Go to the source code of this file.
Data Structures | |
class | ost::TCPSession |
The TCP session is used to primarily to represent a client connection that can be managed on a seperate thread. More... | |
class | ost::TCPSocket |
TCP sockets are used for stream based connected sessions between two sockets. More... | |
class | ost::TCPStream |
TCP streams are used to represent TCP client connections to a server by TCP protocol servers for accepting client connections. More... | |
class | ost::TCPV6Socket |
TCPV6 sockets are used for stream based connected sessions between two ipv6 sockets. More... | |
tcp derived socket classes.
Definition in file tcp.h.