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