gnet-2.0 Reference Manual
Packages
gnet-2.0
GNet
gnet-2.0
Description:
Content:
Namespaces:
GNet
Classes:
Base64
Conn
ConnHttp
IOChannel
-
The `GIOChannel` data type aims to provide a portable method for using file descriptors, pipes, and sockets, and integrating them into the main event loop (see [struct@GLib.
IPv6
InetAddr
MD5
MulticastSocket
Pack
SHA
Server
TcpServerSocket
TcpSocket
URI
UdpSocket
Structs:
ConnEvent
ConnHttpEvent
ConnHttpEventData
ConnHttpEventError
ConnHttpEventRedirect
ConnHttpEventResolved
ConnHttpEventResponse
Enums:
ConnEventType
ConnHttpHeaderFlags
ConnHttpMethod
HttpEventType
IPv6Policy
NetTOS
Error domains:
HttpError
Delegates:
public
delegate
void
ConnFunc
(
Conn
c,
ConnEvent
evt)
public
delegate
void
ConnHttpFunc
(
ConnHttp
c,
ConnHttpEvent
event)
public
delegate
void
ServerFunc
(
Server
s,
Conn
c)
Methods:
public
void
init
()