java.net
Interface InetAddressImpl
- All Known Implementing Classes:
- Inet4AddressImpl, Inet6AddressImpl
- interface InetAddressImpl
getLocalHostName
public String getLocalHostName()
throws UnknownHostException
UnknownHostException
lookupAllHostAddr
public byte[][] lookupAllHostAddr(String hostname)
throws UnknownHostException
UnknownHostException
getHostByAddr
public String getHostByAddr(byte[] addr)
throws UnknownHostException
UnknownHostException
anyLocalAddress
public InetAddress anyLocalAddress()
loopbackAddress
public InetAddress loopbackAddress()
comments?