Programmer's Reference

Instance Methods

address
Answers the address of the local socket. The address for a local socket is an absolute path to the socket.

address: aPathname
Sets the address of the local socket. aPathname is the absolute path to the socket.

family
Answers the family part of the receiver.

family: aFamily
Answers the family part of the receiver. Valid values for local sockets are AFLOCAL and AFUNIX.

asString
Answers a string representation of the receivers address (pathname).


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]