Uses of Class
com.sun.sgs.nio.channels.MembershipKey

Packages that use MembershipKey
com.sun.sgs.nio.channels Defines asynchronous channels that are connected to a stream-oriented connecting or listening socket, or a datagram-oriented socket. 
 

Uses of MembershipKey in com.sun.sgs.nio.channels
 

Methods in com.sun.sgs.nio.channels that return MembershipKey
abstract  MembershipKey MembershipKey.block(InetAddress source)
          Block multicast packets from the given source address.
 MembershipKey MulticastChannel.join(InetAddress group, NetworkInterface interf)
          Joins a multicast group to begin receiving all datagrams sent to the group, returning a membership key.
 MembershipKey MulticastChannel.join(InetAddress group, NetworkInterface interf, InetAddress source)
          Joins a multicast group to begin receiving datagrams sent to the group from a given source address.
abstract  MembershipKey MembershipKey.unblock(InetAddress source)
          Unblock multicast packets from the given source address that was previously blocked using the block(java.net.InetAddress) method.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved