Class InetAddress
java.lang.Object
java.net.InetAddress
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]static InetAddress[]getAllByName(String var0) static InetAddressstatic InetAddressinthashCode()booleantoString()
-
Method Details
-
equals
-
getAddress
public byte[] getAddress() -
getAllByName
- Throws:
UnknownHostException
-
getByName
- Throws:
UnknownHostException
-
getHostAddress
-
getHostName
-
getLocalHost
- Throws:
UnknownHostException
-
hashCode
-
isMulticastAddress
public boolean isMulticastAddress() -
toString
-