dsfml.network

Socket-based communication, utilities and higher-level network protocols (HTTP, FTP).

Modules

ftp
module dsfml.network.ftp

A module containing the Ftp class.

http
module dsfml.network.http

A module containing the Http class.

ipaddress
module dsfml.network.ipaddress

A module containing the IpAddress struct.

packet
module dsfml.network.packet

A module contianing the Packet class.

socket
module dsfml.network.socket

A module contianing the Socket abstract class

socketselector
module dsfml.network.socketselector

A module contianing the SocketSelector class

tcplistener
module dsfml.network.tcplistener

A module containing the TcpListener class.

tcpsocket
module dsfml.network.tcpsocket

A module containing the TcpSocket class.

udpsocket
module dsfml.network.udpsocket

A module containing the UdpSocket Class.

Public Imports

dsfml.system
public import dsfml.system;
dsfml.network.ftp
public import dsfml.network.ftp;
dsfml.network.http
public import dsfml.network.http;
dsfml.network.ipaddress
public import dsfml.network.ipaddress;
dsfml.network.packet
public import dsfml.network.packet;
dsfml.network.socket
public import dsfml.network.socket;
dsfml.network.socketselector
public import dsfml.network.socketselector;
dsfml.network.tcplistener
public import dsfml.network.tcplistener;
dsfml.network.tcpsocket
public import dsfml.network.tcpsocket;
dsfml.network.udpsocket
public import dsfml.network.udpsocket;

Meta