Package java.net
Class InetUnixAddress
java.lang.Object
java.net.InetAddress
java.net.InetUnixAddress
- All Implemented Interfaces:
Serializable
public final class InetUnixAddress extends InetAddress
An AF_UNIX address. See
InetAddress.- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class java.net.InetAddress
UNSPECIFIED -
Constructor Summary
Constructors Constructor Description InetUnixAddress(byte[] path)Constructs an AF_UNIX InetAddress for the given path.InetUnixAddress(String path)Constructs an AF_UNIX InetAddress for the given path. -
Method Summary
Methods inherited from class java.net.InetAddress
clearDnsCache, equals, getAddress, getAllByName, getByAddress, getByAddress, getByName, getCanonicalHostName, getHostAddress, getHostName, getLocalHost, getLoopbackAddress, hashCode, isAnyLocalAddress, isLinkLocalAddress, isLoopbackAddress, isMCGlobal, isMCLinkLocal, isMCNodeLocal, isMCOrgLocal, isMCSiteLocal, isMulticastAddress, isNumeric, isReachable, isReachable, isSiteLocalAddress, parseNumericAddress
-
Constructor Details
-
InetUnixAddress
Constructs an AF_UNIX InetAddress for the given path. -
InetUnixAddress
public InetUnixAddress(byte[] path)Constructs an AF_UNIX InetAddress for the given path.
-
-
Method Details
-
toString
Returns a string form of this InetAddress.- Overrides:
toStringin classInetAddress- Returns:
- a printable representation of this object.
-