The constructor |
Declaration: |
native function UnixStream(number socket) |
Description: |
Do not instantiate this class directly away - use Network.unix_bind() or Network.unix_connect() to get an instance of it. |
Parameters: |
Parameter #1: number socket - The socket descriptor |