| Methods in org.jboss.xnio.channels that return UdpChannel.Key |
UdpChannel.Key |
UdpChannel.Key.block(java.net.InetAddress source)
Block multicast packets from the given source address. |
UdpChannel.Key |
UdpChannel.join(java.net.InetAddress group,
java.net.NetworkInterface iface)
Join a multicast group to begin receiving all datagrams sent to the group. |
UdpChannel.Key |
UdpChannel.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. |
UdpChannel.Key |
UdpChannel.Key.unblock(java.net.InetAddress source)
Unblock multicast packets from the given source address that was previously blocked using the block(java.net.InetAddress) method. |