/[classpath]/classpath/vm/reference/java/net/VMNetworkInterface.java
ViewVC logotype

Diff of /classpath/vm/reference/java/net/VMNetworkInterface.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:48 2005 UTC revision 1.1.2.3 by gnu_andrew, Tue Aug 16 16:22:39 2005 UTC
# Line 61  final class VMNetworkInterface Line 61  final class VMNetworkInterface
61          System.loadLibrary("javanet");          System.loadLibrary("javanet");
62      }      }
63    
64      /**
65       * Returns a Vector of InetAddresses. The returned value will be
66       * 'condensed', meaning that all elements with the same interface
67       * name will be collapesed into one InetAddress for that name
68       * containing all addresses before the returning the result to the
69       * user. This means the native method can be implemented in a naive
70       * way mapping each address/interface to a name even if that means
71       * that the Vector contains multiple InetAddresses with the same
72       * interface name.
73       */
74    public static native Vector getInterfaces()    public static native Vector getInterfaces()
75      throws SocketException;      throws SocketException;
76  }  }

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26