GNetwork Library Manual
for GNetwork 0.0.6
Copyright © 2002, 2003 James M. Cape
Table of Contents
I. Introduction
II. Tutorials
Compiling GNetwork Applications
- How to compile applications which use GNetwork
III. API Reference
GNetworkConnection
- The interface for connection-based protocol objects.
GNetworkTcpConnection
- A TCP/IP connection object.
GNetworkUnixConnection
- Unix IPC connection object.
GNetworkServer
- The interface for stream-based socket server objects.
GNetworkTcpServer
- TCP/IP server object.
GNetworkUnixServer
- Unix IPC server object.
GNetworkDatagram
- The interface for connectionless socket objects.
GNetworkUdpDatagram
- UDP (IP datagram) socket object.
GNetworkIpMulticast
- IP multicasting object.
Error Reporting
- Error types, domains, and functions.
IP Addresses
- Utilities for handling IP addresses.
SSL Certificates
- Support for SSL certificates
Low Level APIs
Part I. Introduction >>