close() — netty Function Reference
Architecture documentation for the close() function in DefaultChannelPipelineTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 76d0323d_6adb_0c4c_dee1_48f5476bd522["close()"] 2d8ce861_ad36_563f_1e35_44aa023dd70d["SkipHandler"] 76d0323d_6adb_0c4c_dee1_48f5476bd522 -->|defined in| 2d8ce861_ad36_563f_1e35_44aa023dd70d 0734e696_bf2a_45af_707c_9731756d1f7d["close()"] 0734e696_bf2a_45af_707c_9731756d1f7d -->|calls| 76d0323d_6adb_0c4c_dee1_48f5476bd522 731aa04d_219a_75c2_d8e9_f289c284e3c1["testInboundOperationsViaContext()"] 731aa04d_219a_75c2_d8e9_f289c284e3c1 -->|calls| 76d0323d_6adb_0c4c_dee1_48f5476bd522 54679c12_1c99_aaf4_a2b3_52d78f0ceacb["testOutboundOperationsViaContext()"] 54679c12_1c99_aaf4_a2b3_52d78f0ceacb -->|calls| 76d0323d_6adb_0c4c_dee1_48f5476bd522 3b19c534_4fe7_8524_903c_c95948a07d36["executeOutboundOperations()"] 3b19c534_4fe7_8524_903c_c95948a07d36 -->|calls| 76d0323d_6adb_0c4c_dee1_48f5476bd522 742d1502_a015_4367_3664_31df4bc96089["testVoidPromiseNotify()"] 742d1502_a015_4367_3664_31df4bc96089 -->|calls| 76d0323d_6adb_0c4c_dee1_48f5476bd522 64e2dc51_466a_c1e7_2efe_42bfee4417bd["testHandlerRemovedOnlyCalledWhenHandlerAddedCalled()"] 64e2dc51_466a_c1e7_2efe_42bfee4417bd -->|calls| 76d0323d_6adb_0c4c_dee1_48f5476bd522 e4c9426c_7f5f_ba0e_83d2_52573298e966["testSkipHandlerMethodsIfAnnotated()"] e4c9426c_7f5f_ba0e_83d2_52573298e966 -->|calls| 76d0323d_6adb_0c4c_dee1_48f5476bd522 71ef42f5_3fb1_1645_6cfb_4c330cf899b3["testWriteThrowsReleaseMessage0()"] 71ef42f5_3fb1_1645_6cfb_4c330cf899b3 -->|calls| 76d0323d_6adb_0c4c_dee1_48f5476bd522 0734e696_bf2a_45af_707c_9731756d1f7d["close()"] 76d0323d_6adb_0c4c_dee1_48f5476bd522 -->|calls| 0734e696_bf2a_45af_707c_9731756d1f7d efa518fa_6013_db47_2344_fe02206b8d91["fail()"] 76d0323d_6adb_0c4c_dee1_48f5476bd522 -->|calls| efa518fa_6013_db47_2344_fe02206b8d91 style 76d0323d_6adb_0c4c_dee1_48f5476bd522 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java lines 1744–1749
@Skip
@Override
public void close(ChannelHandlerContext ctx, ChannelPromise promise) {
fail();
ctx.close(promise);
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does close() do?
close() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java.
Where is close() defined?
close() is defined in transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java at line 1744.
What does close() call?
close() calls 2 function(s): close, fail.
What calls close()?
close() is called by 8 function(s): close, executeOutboundOperations, testHandlerRemovedOnlyCalledWhenHandlerAddedCalled, testInboundOperationsViaContext, testOutboundOperationsViaContext, testSkipHandlerMethodsIfAnnotated, testVoidPromiseNotify, testWriteThrowsReleaseMessage0.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free