Download
Documentation
Development
Examples
Donations
Contributions
Forum
Main Page
Related Pages
Modules
Classes
Network Module Overview
Sockets
clan::SocketName
- Address and port for an IP end point
clan::TCPListen
- Listens for incoming TCP connections
clan::TCPConnection
- A socket TCP connection
clan::UDPSocket
- A UDP socket
clan::DNSResolver
,
clan::DNSPacket
- Low-level DNS resolver
More information:
Sockets
Web
clan::WebRequest
,
clan::WebResponse
- Sending HTTP requests and receiving responses
clan::HTTPServer
,
clan::HTTPServerConnection
- Simple HTTP server
clan::HTTPRequestHandler
,
clan::HTTPRequestHandlerProvider
- Interface for handling HTTP server requests
NetGame
clan::NetGameClient
- Client main class
clan::NetGameServer
- Server main class
clan::NetGameConnection
- Represents a connection between a client and the server
clan::NetGameEvent
,
clan::NetGameEventValue
- Class for sending or receiving a NetGame network event
clan::NetGameEventDispatcher_vX - Helper template classes for calling functions based on an event name
More information:
NetGame Engine
TLS
clan::TLSConnection
- TLS over a TCPConnection