CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Date: Sat, 26 Jul 2025 03:42:23 GMT
Server: Apache/2.4.58 (Ubuntu)
Location: https://www.sfml-dev.org/documentation/2.0/group__network.php
Content-Length: 348
Content-Type: text/html; charset=iso-8859-1
HTTP/1.1 200 OK
Date: Sat, 26 Jul 2025 03:42:24 GMT
Server: Apache/2.4.58 (Ubuntu)
Vary: Accept-Encoding
Content-Encoding: gzip
Content-Security-Policy: default-src 'none'; script-src 'self' 'unsafe-eval' 'unsafe-inline' *.sfml-dev.org www.gstatic.com www.google.com www.google-analytics.com ssl.google-analytics.com; connect-src 'self' www.google-analytics.com api.github.com; img-src 'self' https: data:; style-src 'self' 'unsafe-inline' *.sfml-dev.org fonts.googleapis.com; media-src https: data:; font-src 'self' fonts.gstatic.com; base-uri 'self'; form-action 'self'; frame-src https: data:
Content-Length: 2570
Content-Type: text/html; charset=UTF-8
Network module (SFML / Learn / 2.0 Documentation)
Documentation of SFML 2.0
Warning: this page refers to an old version of SFML. Click here to switch to the latest version.Network module
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... | |
Detailed Description
Socket-based communication, utilities and higher-level network protocols (HTTP, FTP).