joeq.ClassLib.Common.java.net
Class Inet4AddressImpl

java.lang.Object
  extended by 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

Field Summary
static SystemInterface.ExternalLink gethostbyname
           
 
Constructor Summary
Inet4AddressImpl()
           
 
Method Summary
static void boot()
           
static joeq.ClassLib.Common.java.net.Inet4AddressImpl.hostent get_host_by_name(String name)
           
 String getHostByAddr(byte[] addr)
           
 String getLocalHostName()
           
 byte[][] lookupAllHostAddr(String hostname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gethostbyname

public static SystemInterface.ExternalLink gethostbyname
Constructor Detail

Inet4AddressImpl

public Inet4AddressImpl()
Method Detail

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.