Home / Function/ channelInactive() — netty Function Reference

channelInactive() — netty Function Reference

Architecture documentation for the channelInactive() function in SocketHalfClosedTest.java from the netty codebase.

Function java Buffer Search calls 2 called by 2

Entity Profile

Dependency Diagram

graph TD
  e02ca8f5_bf2c_16d2_4875_90f8bfa4871e["channelInactive()"]
  75d25e1f_d173_eba1_2e00_bdb589050562["AutoCloseFalseLeader"]
  e02ca8f5_bf2c_16d2_4875_90f8bfa4871e -->|defined in| 75d25e1f_d173_eba1_2e00_bdb589050562
  872a8925_a278_d5d4_1c4a_48dcd735f74e["channelInactive()"]
  872a8925_a278_d5d4_1c4a_48dcd735f74e -->|calls| e02ca8f5_bf2c_16d2_4875_90f8bfa4871e
  4a2ffbbc_84a4_f186_7637_0f13afdf125d["testAllDataReadClosure()"]
  4a2ffbbc_84a4_f186_7637_0f13afdf125d -->|calls| e02ca8f5_bf2c_16d2_4875_90f8bfa4871e
  872a8925_a278_d5d4_1c4a_48dcd735f74e["channelInactive()"]
  e02ca8f5_bf2c_16d2_4875_90f8bfa4871e -->|calls| 872a8925_a278_d5d4_1c4a_48dcd735f74e
  9158c171_4fc5_0e4a_4e16_c1f816313ca6["checkPrematureClose()"]
  e02ca8f5_bf2c_16d2_4875_90f8bfa4871e -->|calls| 9158c171_4fc5_0e4a_4e16_c1f816313ca6
  style e02ca8f5_bf2c_16d2_4875_90f8bfa4871e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java lines 655–658

        @Override
        public void channelInactive(ChannelHandlerContext ctx) {
            checkPrematureClose();
        }

Domain

Subdomains

Frequently Asked Questions

What does channelInactive() do?
channelInactive() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java.
Where is channelInactive() defined?
channelInactive() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java at line 655.
What does channelInactive() call?
channelInactive() calls 2 function(s): channelInactive, checkPrematureClose.
What calls channelInactive()?
channelInactive() is called by 2 function(s): channelInactive, testAllDataReadClosure.

Analyze Your Own Codebase

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

Try Supermodel Free