home *** CD-ROM | disk | FTP | other *** search
- package java.net;
-
- class InetAddressImpl {
- native String getLocalHostName() throws UnknownHostException;
-
- native void makeAnyLocalAddress(InetAddress var1);
-
- native byte[][] lookupAllHostAddr(String var1) throws UnknownHostException;
-
- native String getHostByAddr(int var1) throws UnknownHostException;
-
- native int getInetFamily();
- }
-