Home / Function/ TestPool() — netty Function Reference

TestPool() — netty Function Reference

Architecture documentation for the TestPool() function in AbstractChannelPoolMapTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  2b6669f0_232d_e078_70a9_52eeb1552b1c["TestPool()"]
  818171a2_dace_9e44_90ff_74756912c079["TestPool"]
  2b6669f0_232d_e078_70a9_52eeb1552b1c -->|defined in| 818171a2_dace_9e44_90ff_74756912c079
  fdbfdf6a_55bd_5be9_ee52_bcaafe5ff92a["testRemoveClosesChannelPool()"]
  fdbfdf6a_55bd_5be9_ee52_bcaafe5ff92a -->|calls| 2b6669f0_232d_e078_70a9_52eeb1552b1c
  9470e904_c9cb_4373_e292_db4177c439a2["testCloseClosesPoolsImmediately()"]
  9470e904_c9cb_4373_e292_db4177c439a2 -->|calls| 2b6669f0_232d_e078_70a9_52eeb1552b1c
  style 2b6669f0_232d_e078_70a9_52eeb1552b1c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/pool/AbstractChannelPoolMapTest.java lines 151–155

        TestPool(Bootstrap bootstrap, ChannelPoolHandler handler) {
            super(bootstrap, handler);
            EventExecutor executor = bootstrap.config().group().next();
            closeFuture = executor.newPromise();
        }

Domain

Subdomains

Frequently Asked Questions

What does TestPool() do?
TestPool() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/pool/AbstractChannelPoolMapTest.java.
Where is TestPool() defined?
TestPool() is defined in transport/src/test/java/io/netty/channel/pool/AbstractChannelPoolMapTest.java at line 151.
What calls TestPool()?
TestPool() is called by 2 function(s): testCloseClosesPoolsImmediately, testRemoveClosesChannelPool.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free