Home / Function/ closeChannel() — netty Function Reference

closeChannel() — netty Function Reference

Architecture documentation for the closeChannel() function in ChannelInitializerTest.java from the netty codebase.

Function java Buffer Search called by 1

Entity Profile

Dependency Diagram

graph TD
  0bb534fa_c187_6f51_5c79_3c1ef7a3ba7d["closeChannel()"]
  1d273673_4ec9_d923_c0aa_b8258d9bebe4["ChannelInitializerTest"]
  0bb534fa_c187_6f51_5c79_3c1ef7a3ba7d -->|defined in| 1d273673_4ec9_d923_c0aa_b8258d9bebe4
  7c459eda_a662_432c_51c7_fb43b84d54c9["testChannelRegisteredEventPropagation()"]
  7c459eda_a662_432c_51c7_fb43b84d54c9 -->|calls| 0bb534fa_c187_6f51_5c79_3c1ef7a3ba7d
  style 0bb534fa_c187_6f51_5c79_3c1ef7a3ba7d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/ChannelInitializerTest.java lines 400–404

    private static void closeChannel(Channel c) {
        if (c != null) {
            c.close().syncUninterruptibly();
        }
    }

Domain

Subdomains

Frequently Asked Questions

What does closeChannel() do?
closeChannel() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/ChannelInitializerTest.java.
Where is closeChannel() defined?
closeChannel() is defined in transport/src/test/java/io/netty/channel/ChannelInitializerTest.java at line 400.
What calls closeChannel()?
closeChannel() is called by 1 function(s): testChannelRegisteredEventPropagation.

Analyze Your Own Codebase

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

Try Supermodel Free