MulticastMessageChannel.Key |
MulticastMessageChannel.Key.block(java.net.InetAddress source) |
Block multicast packets from the given source address.
|
MulticastMessageChannel.Key |
MulticastMessageChannel.join(java.net.InetAddress group,
java.net.NetworkInterface iface) |
Join a multicast group to begin receiving all datagrams sent to the group.
|
MulticastMessageChannel.Key |
MulticastMessageChannel.join(java.net.InetAddress group,
java.net.NetworkInterface iface,
java.net.InetAddress source) |
Join a multicast group to begin receiving all datagrams sent to the group from a given source address.
|
MulticastMessageChannel.Key |
MulticastMessageChannel.Key.unblock(java.net.InetAddress source) |
Unblock multicast packets from the given source address that was previously blocked using the block(InetAddress) method.
|