Class AFUNIXSocketAddress

java.lang.Object
All Implemented Interfaces:
Serializable

public final class AFUNIXSocketAddress extends AFSocketAddress
Describes an InetSocketAddress that actually uses AF_UNIX sockets instead of AF_INET. The ability to specify a port number is not specified by AF_UNIX sockets, but we need it sometimes, for example for RMI-over-AF_UNIX.
Author:
Christian Kohlschütter
See Also: