Searched refs:unblock (Results 1 – 7 of 7) sorted by relevance
210 key.unblock(Inet4Address.getByName("127.0.0.2")); in test_unblockWithJoinWithSource()219 key.unblock(sourceAddress); in test_unblockWithJoinWithoutSource()242 key.unblock(sourceAddress); in test_unblock_Exception()249 key.unblock(sourceAddress); in test_unblock_Exception()
636 membershipKey.unblock(UNICAST_IPv4_1); in test_unblock_multipleUnblocksFail()644 membershipKey.unblock(UNICAST_IPv4_1); in test_unblock_multipleUnblocksFail()647 membershipKey.unblock(UNICAST_IPv4_1); in test_unblock_multipleUnblocksFail()664 membershipKey.unblock(null); in test_unblock_null()682 membershipKey.unblock(UNICAST_IPv6_1); in test_unblock_mixedAddressTypes_IPv4()700 membershipKey.unblock(UNICAST_IPv4_1); in test_unblock_mixedAddressTypes_IPv6()810 membershipKey.unblock(sendingAddress.getAddress()); in check_block_filtersAsExpected()1198 membershipKey.unblock(UNICAST_IPv4_1); in test_drop_keyBehaviorAfterDrop()
140 public abstract MembershipKey unblock(InetAddress source); in unblock() method in MembershipKey
194 public MembershipKey unblock(InetAddress toUnblock) { in unblock() method in MembershipKeyImpl199 ((DatagramChannelImpl)ch).unblock(this, toUnblock); in unblock()
1022 void unblock(MembershipKeyImpl key, InetAddress source) { in unblock() method in DatagramChannelImpl
766 final CountDownLatch unblock = new CountDownLatch(1); in testShutdown_cancellation() local772 assertTrue(unblock.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()808 unblock.countDown(); in testShutdown_cancellation()
817 final CountDownLatch unblock = new CountDownLatch(1); in testShutdown_cancellation() local823 assertTrue(unblock.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()859 unblock.countDown(); in testShutdown_cancellation()