MulticastSocket.joinGroup
Class Overview | Class Members |
This Package |
All Packages
public void joinGroup( InetAddress mcastaddr ) throws IOException
Parameters
- mcastaddr
- is the multicast address to join
Description
Joins a multicast group.
Exceptions
IOException
is raised if there is an error joining
or when address is not a multicast address.