joeq.ClassLib.Common.java.net
Class Inet4AddressImpl
java.lang.Object
joeq.ClassLib.Common.java.net.Inet4AddressImpl
public class Inet4AddressImpl
- extends Object
Inet4AddressImpl
- Version:
- $Id: Inet4AddressImpl.java,v 1.6 2004/09/30 03:35:30 joewhaley Exp $
- Author:
- John Whaley
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
gethostbyname
public static SystemInterface.ExternalLink gethostbyname
Inet4AddressImpl
public Inet4AddressImpl()
get_host_by_name
public static joeq.ClassLib.Common.java.net.Inet4AddressImpl.hostent get_host_by_name(String name)
boot
public static void boot()
getLocalHostName
public String getLocalHostName()
throws UnknownHostException
- Throws:
UnknownHostException
lookupAllHostAddr
public byte[][] lookupAllHostAddr(String hostname)
throws UnknownHostException
- Throws:
UnknownHostException
getHostByAddr
public String getHostByAddr(byte[] addr)
throws UnknownHostException
- Throws:
UnknownHostException
Copyright © 2001-2005 John Whaley. All Rights Reserved.