Socket-based communication, utilities and higher-level network protocols (HTTP, FTP). More...
Classes | |
| class | sf::Ftp |
| A FTP client. More... | |
| class | sf::Http |
| A HTTP client. More... | |
| class | sf::IpAddress |
| Encapsulate an IPv4 network address. More... | |
| class | sf::Packet |
| Utility class to build blocks of data to transfer over the network. More... | |
| class | sf::Socket |
| Base class for all the socket types. More... | |
| class | sf::SocketSelector |
| Multiplexer that allows to read from multiple sockets. More... | |
| class | sf::TcpListener |
| Socket that listens to new TCP connections. More... | |
| class | sf::TcpSocket |
| Specialized socket using the TCP protocol. More... | |
| class | sf::UdpSocket |
| Specialized socket using the UDP protocol. More... | |
| class | sf::Ftp::DirectoryResponse |
| Specialization of FTP response returning a directory. More... | |
| class | sf::Ftp::ListingResponse |
| Specialization of FTP response returning a filename lisiting. More... | |
| class | sf::Ftp::Response |
| Define a FTP response. More... | |
| class | sf::Http::Request |
| Define a HTTP request. More... | |
| class | sf::Http::Response |
| Define a HTTP response. More... | |
Socket-based communication, utilities and higher-level network protocols (HTTP, FTP).