The methods of Java.Net.MulticastSocket are listed below. For a list of all members, see the MulticastSocket Members list.
See Also: Inherited members from Java.Net.DatagramSocket
JoinGroup(InetAddress)Adds this socket to the specified multicast group. | ||
JoinGroup(SocketAddress, NetworkInterface)Adds this socket to the specified multicast group. | ||
LeaveGroup(InetAddress)Removes this socket from the specified multicast group. | ||
LeaveGroup(SocketAddress, NetworkInterface)Removes this socket from the specified multicast group. | ||
Send(DatagramPacket, sbyte)Sends the given packet on this socket, using the given ttl. |