Net.3kaya

Langue: en

Autres versions - même langue

Version: May 2010 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Net - Networking functions

DESCRIPTION

This module contains functions for setting up TCP network connections and sending and receiving data, and listening on TCP ports. If libgnutls was available when Kaya was configured, then TLS(3kaya) may be used to set up encrypted connections.

DATA TYPES

Net.NetHandle(3kaya)

Net.Protocol(3kaya)

EXCEPTIONS

Net.AcceptFailed(3kaya)

Net.CantBind(3kaya)

Net.CantGetHost(3kaya)

Net.CantInit(3kaya)

Net.CantListen(3kaya)

Net.CloseError(3kaya)

Net.ConnectError(3kaya)

Net.NegativeLength(3kaya)

Net.NothingToReceive(3kaya)

Net.ProtocolNotSupported(3kaya)

Net.SelectError(3kaya)

Net.SendFailed(3kaya)

FUNCTIONS

Net.accept(3kaya)

Net.closeConnection(3kaya)

Net.closeSocket(3kaya)

Net.connWaiting(3kaya)

Net.connect(3kaya)

Net.getHost(3kaya)

Net.listen(3kaya)

Net.microPending(3kaya)

Net.microRecv(3kaya)

Net.netInit(3kaya)

Net.pending(3kaya)

Net.recv(3kaya)

Net.recvByte(3kaya)

Net.recvBytes(3kaya)

Net.send(3kaya)

Net.sendByte(3kaya)

Net.sendBytes(3kaya)

Net.shutdown(3kaya)

Net.startTLS(3kaya)

Net.waitFor(3kaya)

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.