class Stream

extends Stream.StdioStream

Provides a Unix domain socket implementation of the Stream object

class contents [NB. Highlighted attributes are static members]
Functions
function accept() - Accept an incoming connection
function listen(number) - Set the number of slots the system listens on for connections.
Variables
variable path - The path the unix domain socket is connected on

Functions

function accept Click to go up to the list
Accept an incoming connection
Declaration:
    function accept()
Description:
This function will accept a connection and return a UnixStream object which can be used. This function will only work if the socket was initially created using Network.unix_bind().

function listen Click to go up to the list
Set the number of slots the system listens on for connections.
Declaration:
    function listen(number backlog)
Parameters:
    Parameter #1: number backlog - The number of slots

Variables

string path Click to go up to the list
The path the unix domain socket is connected on

Automatically generated at 12:07PM, Wednesday 25 May 2005 by feritedoc.