Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
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... |
Socket-based communication, utilities and higher-level network protocols (HTTP, FTP).