Next: Sockets.SocketAddress class-C call-outs, Previous: Sockets.SocketAddress class-abstract, Up: Sockets.SocketAddress [Index]
Answer an IPAddress representing a local address.
Private - Answer the list of addresses associated to the given host in the cache. If the host is not cached yet, evaluate aBlock and cache and answer the result.
Answer the class that, by default, is used to map between the Socket’s protocol and a low-level C interface.
Set which class will be used by default to map between the receiver’s protocol and a low-level C interface.
Answer the class that, by default, is used to map between the Socket’s protocol and a low-level C interface.
Set which class will be used by default to map between the receiver’s protocol and a low-level C interface.
Answer the class that, by default, is used to map between the Socket’s protocol and a low-level C interface.
Set which class will be used by default to map between the receiver’s protocol and a low-level C interface.
Answer whether the receiver can interpret aString as a valid address without going through a resolver.
Answer the name of the local machine.
Answer an instance of the receiver representing the local machine (127.0.0.1 in the IPv4 family).
Answer an instance of the receiver representing an unknown machine (0.0.0.0 in the IPv4 family).
Next: Sockets.SocketAddress class-C call-outs, Previous: Sockets.SocketAddress class-abstract, Up: Sockets.SocketAddress [Index]