Home / Function/ acquired() — netty Function Reference

acquired() — netty Function Reference

Architecture documentation for the acquired() function in FixedChannelPool.java from the netty codebase.

Function java Buffer Search called by 3

Entity Profile

Dependency Diagram

graph TD
  0838d3b3_52a9_65c1_0d21_2ababab8d237["acquired()"]
  d8460a0c_276c_cf7c_d74b_b4ef6c2be6d1["AcquireListener"]
  0838d3b3_52a9_65c1_0d21_2ababab8d237 -->|defined in| d8460a0c_276c_cf7c_d74b_b4ef6c2be6d1
  042c49b1_3970_851b_6732_1c9d4df9b1bb["FixedChannelPool()"]
  042c49b1_3970_851b_6732_1c9d4df9b1bb -->|calls| 0838d3b3_52a9_65c1_0d21_2ababab8d237
  58ce3254_7910_e246_bd60_e2c3b0165bc0["acquire0()"]
  58ce3254_7910_e246_bd60_e2c3b0165bc0 -->|calls| 0838d3b3_52a9_65c1_0d21_2ababab8d237
  f449fa2c_e258_1aba_423a_5369445ba398["runTaskQueue()"]
  f449fa2c_e258_1aba_423a_5369445ba398 -->|calls| 0838d3b3_52a9_65c1_0d21_2ababab8d237
  style 0838d3b3_52a9_65c1_0d21_2ababab8d237 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/main/java/io/netty/channel/pool/FixedChannelPool.java lines 435–441

        public void acquired() {
            if (acquired) {
                return;
            }
            acquiredChannelCount.incrementAndGet();
            acquired = true;
        }

Domain

Subdomains

Frequently Asked Questions

What does acquired() do?
acquired() is a function in the netty codebase, defined in transport/src/main/java/io/netty/channel/pool/FixedChannelPool.java.
Where is acquired() defined?
acquired() is defined in transport/src/main/java/io/netty/channel/pool/FixedChannelPool.java at line 435.
What calls acquired()?
acquired() is called by 3 function(s): FixedChannelPool, acquire0, runTaskQueue.

Analyze Your Own Codebase

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

Try Supermodel Free