summaryrefslogtreecommitdiff
path: root/docs/api-docs/common/lib_server/SocketStream.txt
blob: 8281327926dde59543612c2016a372e0494acbd2 (plain)
1
2
3
4
5
6
7
8
CLASS SocketStream

A implementation of IOStream which wraps a socket connection.

It can either be created by attaching to an existing object, or use the Open() function to open a connection to a named host on a specific port (or a local UNIX socket in the filesystem).

Follows stream interface.