Next: Sockets.UnixDatagramSocketImpl, Previous: Sockets.UDPSocketImpl, Up: Sockets package [Index]
This class represents an address for a machine using the AF_UNIX address family. Since this address family is only used for local sockets, the class is a singleton; the filesystem path to the socket is represented using the port argument to socket functions, as either a String or a File object.
• Sockets.UnixAddress class-C constants: | (class) | |
• Sockets.UnixAddress class-initialization: | (class) | |
• Sockets.UnixAddress class-instance creation: | (class) | |
• Sockets.UnixAddress-accessing: | (instance) | |
• Sockets.UnixAddress-printing: | (instance) | |
• Sockets.UnixAddress-testing: | (instance) |