jdk/src/share/classes/java/nio/channels/MembershipKey.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   101      * <p> If this membership key is not source-specific, and the underlying
   101      * <p> If this membership key is not source-specific, and the underlying
   102      * operating system supports source filtering, then this method blocks
   102      * operating system supports source filtering, then this method blocks
   103      * multicast datagrams from the given source address. If the given source
   103      * multicast datagrams from the given source address. If the given source
   104      * address is already blocked then this method has no effect.
   104      * address is already blocked then this method has no effect.
   105      * After a source address is blocked it may still be possible to receive
   105      * After a source address is blocked it may still be possible to receive
   106      * datagams from that source. This can arise when datagrams are waiting to
   106      * datagrams from that source. This can arise when datagrams are waiting to
   107      * be received in the socket's receive buffer.
   107      * be received in the socket's receive buffer.
   108      *
   108      *
   109      * @param   source
   109      * @param   source
   110      *          The source address to block
   110      *          The source address to block
   111      *
   111      *