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