ESA JPIP server
0.1
|
Contains classes to easy the utilization of sockets, specially implemented for UNIX systems. More...
Classes | |
class | Address |
Abstract base class to wrap the sockaddr derived structures. More... | |
class | InetAddress |
Class to identify and handle an Internet address. More... | |
class | UnixAddress |
Class to identify and handle an UNIX address. More... | |
struct | PollFD |
Wrapper structure for the structure pollfd used by the kernel poll functions. More... | |
class | PollTable |
This class allows to perfom polls easily over a vector of descriptors. More... | |
class | Socket |
This class has been designed to work with UNIX sockets in an easy and object oriented way. More... | |
class | SocketBuffer |
Class derived from the STL std::streambuf to allow streaming with sockets. More... | |
class | SocketStream |
Class derived from std::iostream and SocketBuffer that represents a socket stream. More... | |
Contains classes to easy the utilization of sockets, specially implemented for UNIX systems.