Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Class java.net.NetworkInterface

Uses in package java.net

Methods with parameter type java.net.NetworkInterface

Inet6Address
Inet6Address.getByAddress(String host, byte[] addr, NetworkInterface nif)
Creates a scoped Inet6Address where the scope is a given NetworkInterface.
void
DatagramSocketImpl.joinGroup(SocketAddress mcastaddr, NetworkInterface netIf)
Causes this socket to join the specified multicast group on a specified device
void
MulticastSocket.joinGroup(SocketAddress mcastaddr, NetworkInterface netIf)
Joins the specified mulitcast group on a specified interface.
void
DatagramSocketImpl.leaveGroup(SocketAddress mcastaddr, NetworkInterface netIf)
Leaves a multicast group
void
MulticastSocket.leaveGroup(SocketAddress mcastaddr, NetworkInterface netIf)
Leaves the specified mulitcast group on a specified interface.
void
MulticastSocket.setNetworkInterface(NetworkInterface netIf)
Sets the local network interface used to send multicast messages

Methods with return type java.net.NetworkInterface

NetworkInterface
NetworkInterface.getByInetAddress(InetAddress addr)
Return a network interface by its address
NetworkInterface
NetworkInterface.getByName(String name)
Returns an network interface by name
NetworkInterface
MulticastSocket.getNetworkInterface()
Gets the local network interface which is used to send multicast messages
NetworkInterface
Inet6Address.getScopedInterface()
Returns the NetworkInterface of the address scope if it is a scoped address and the scope is given in the form of a NetworkInterface.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /