Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.net.NetworkInterface

Uses of NetworkInterface in java.net
 

Methods in java.net that return NetworkInterface
static NetworkInterface NetworkInterface.getByName(java.lang.String name)
          Returns an network interface by name
static NetworkInterface NetworkInterface.getByInetAddress(InetAddress addr)
          Return a network interface by its address
 NetworkInterface MulticastSocket.getNetworkInterface()
          Gets the local network interface which is used to send multicast messages
 

Methods in java.net with parameters of type NetworkInterface
private  void PlainDatagramSocketImpl.mcastGrp(InetAddress inetaddr, NetworkInterface netIf, boolean join)
           
protected  void PlainDatagramSocketImpl.joinGroup(SocketAddress mcastaddr, NetworkInterface netIf)
           
protected  void PlainDatagramSocketImpl.leaveGroup(SocketAddress mcastaddr, NetworkInterface netIf)
           
 void MulticastSocket.setNetworkInterface(NetworkInterface netIf)
          Sets the local network interface used to send multicast messages
 void MulticastSocket.joinGroup(SocketAddress mcastaddr, NetworkInterface netIf)
          Joins the specified mulitcast group on a specified interface.
 void MulticastSocket.leaveGroup(SocketAddress mcastaddr, NetworkInterface netIf)
          Leaves the specified mulitcast group on a specified interface.
protected abstract  void DatagramSocketImpl.joinGroup(SocketAddress mcastaddr, NetworkInterface netIf)
          Causes this socket to join the specified multicast group on a specified device
protected abstract  void DatagramSocketImpl.leaveGroup(SocketAddress mcastaddr, NetworkInterface netIf)
          Leaves a multicast group