XNIO API 2.1.0.CR2

Uses of Interface
org.jboss.xnio.channels.UdpChannel.Key

Packages that use UdpChannel.Key
org.jboss.xnio.channels Defines an enhanced set of channels. 
 

Uses of UdpChannel.Key in org.jboss.xnio.channels
 

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


XNIO API 2.1.0.CR2

Copyright © 2010 JBoss, a division of Red Hat, Inc.