Searched defs:MulticastSocket (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DMulticastSocket.java34 * and receiving IP multicast packets. A MulticastSocket is
43 * One would join a multicast group by first creating a MulticastSocket
52 * MulticastSocket s = new MulticastSocket(6789);
75 * Multiple MulticastSocket's</B> may subscribe to a multicast group
84 class MulticastSocket extends DatagramSocket { class in inherits:DatagramSocket
105 * while creating the MulticastSocket
111 public MulticastSocket() throws IOException { method in class:MulticastSocket
130 * while creating the MulticastSocket
136 public MulticastSocket(in method in class:MulticastSocket
165 public MulticastSocket(SocketAddress bindaddr) throws IOException { method in class:MulticastSocket
[all...]

Completed in 29 milliseconds