Searched refs:unblock (Results 1 – 10 of 10) sorted by relevance
211 key.unblock(Inet4Address.getByName("127.0.0.2")); in test_unblockWithJoinWithSource()220 key.unblock(sourceAddress); in test_unblockWithJoinWithoutSource()243 key.unblock(sourceAddress); in test_unblock_Exception()250 key.unblock(sourceAddress); in test_unblock_Exception()
644 membershipKey.unblock(UNICAST_IPv4_1); in test_unblock_multipleUnblocksFail()652 membershipKey.unblock(UNICAST_IPv4_1); in test_unblock_multipleUnblocksFail()655 membershipKey.unblock(UNICAST_IPv4_1); in test_unblock_multipleUnblocksFail()672 membershipKey.unblock(null); in test_unblock_null()690 membershipKey.unblock(UNICAST_IPv6_1); in test_unblock_mixedAddressTypes_IPv4()708 membershipKey.unblock(UNICAST_IPv4_1); in test_unblock_mixedAddressTypes_IPv6()818 membershipKey.unblock(sendingAddress.getAddress()); in check_block_filtersAsExpected()1206 membershipKey.unblock(UNICAST_IPv4_1); in test_drop_keyBehaviorAfterDrop()
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
140 public abstract MembershipKey unblock(InetAddress source); in unblock() method in MembershipKey
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()
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()
842 final CountDownLatch unblock = new CountDownLatch(1); in testShutdown_cancellation() local848 assertTrue(unblock.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()886 unblock.countDown(); in testShutdown_cancellation()
790 final CountDownLatch unblock = new CountDownLatch(1); in testShutdown_cancellation() local796 assertTrue(unblock.await(LONG_DELAY_MS, MILLISECONDS)); in testShutdown_cancellation()834 unblock.countDown(); in testShutdown_cancellation()
6835 method public abstract java.nio.channels.MembershipKey unblock(java.net.InetAddress);