View Single Post
  #3 (permalink)  
Old 04-21-2008, 10:45 PM
jon80 jon80 is offline
Member
 
Join Date: Feb 2008
Posts: 23
jon80 is on a distinguished road
Thanks for that. NetworkInterface seems to be documented within the API:

java.net
Class NetworkInterface

java.lang.Object
extended by java.net.NetworkInterface

public final class NetworkInterface
extends Object

This class represents a Network Interface made up of a name, and a list of IP addresses assigned to this interface. It is used to identify the local interface on which a multicast group is joined. Interfaces are normally known by names such as "le0".

Since:
1.4
Reply With Quote