shutdownGracefully() — netty Function Reference
Architecture documentation for the shutdownGracefully() function in DefaultChannelPipelineTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 19bd3906_4c8c_ae23_6c05_b7a84d367379["shutdownGracefully()"] ef120788_b621_3a9a_fb3c_f140ae2eed8b["WrapperExecutor"] 19bd3906_4c8c_ae23_6c05_b7a84d367379 -->|defined in| ef120788_b621_3a9a_fb3c_f140ae2eed8b 56708d38_36b4_a395_0bc8_9a23fd2a6cfc["afterClass()"] 56708d38_36b4_a395_0bc8_9a23fd2a6cfc -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 8602c868_3baa_e506_f888_d8151c0e7636["testPromiseCorrectExecutor()"] 8602c868_3baa_e506_f888_d8151c0e7636 -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 06e79d87_9f59_1258_e380_e590698fe728["testHandlerAddedAndRemovedCalledInCorrectOrder()"] 06e79d87_9f59_1258_e380_e590698fe728 -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 5348f8ab_29b5_dd67_ce7d_5d76d2910d61["testHandlerAddedExceptionFromChildHandlerIsPropagated()"] 5348f8ab_29b5_dd67_ce7d_5d76d2910d61 -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 10a06439_70ba_e1d8_811d_b71f0ca1b9fc["testHandlerRemovedExceptionFromChildHandlerIsPropagated()"] 10a06439_70ba_e1d8_811d_b71f0ca1b9fc -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 86978bbe_8861_3902_7e79_d2656d9e2712["testHandlerAddedThrowsAndRemovedThrowsException()"] 86978bbe_8861_3902_7e79_d2656d9e2712 -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 9964f60c_68fd_2419_4caa_6bb463f9008a["testAddBefore()"] 9964f60c_68fd_2419_4caa_6bb463f9008a -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 deba62d6_3462_a1bc_35db_bc10d7533744["testAddInListener()"] deba62d6_3462_a1bc_35db_bc10d7533744 -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 37254bbb_7667_cd42_5aef_6f7f1861eedf["testUnorderedEventExecutor()"] 37254bbb_7667_cd42_5aef_6f7f1861eedf -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 49930036_e90f_29ea_b481_7c0d78aee751["testPinExecutor()"] 49930036_e90f_29ea_b481_7c0d78aee751 -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 da4d523e_a93a_cfdf_e379_b8476f9a31c3["testNotPinExecutor()"] da4d523e_a93a_cfdf_e379_b8476f9a31c3 -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 742d1502_a015_4367_3664_31df4bc96089["testVoidPromiseNotify()"] 742d1502_a015_4367_3664_31df4bc96089 -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 64e2dc51_466a_c1e7_2efe_42bfee4417bd["testHandlerRemovedOnlyCalledWhenHandlerAddedCalled()"] 64e2dc51_466a_c1e7_2efe_42bfee4417bd -->|calls| 19bd3906_4c8c_ae23_6c05_b7a84d367379 style 19bd3906_4c8c_ae23_6c05_b7a84d367379 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java lines 2539–2542
@Override
public Future<?> shutdownGracefully(long l, long l2, TimeUnit timeUnit) {
throw new IllegalStateException();
}
Domain
Subdomains
Called By
- afterClass()
- testAddBefore()
- testAddInListener()
- testHandlerAddedAndRemovedCalledInCorrectOrder()
- testHandlerAddedExceptionFromChildHandlerIsPropagated()
- testHandlerAddedFailedButHandlerStillRemoved0()
- testHandlerAddedThrowsAndRemovedThrowsException()
- testHandlerRemovedExceptionFromChildHandlerIsPropagated()
- testHandlerRemovedOnlyCalledWhenHandlerAddedCalled()
- testNotPinExecutor()
- testPinExecutor()
- testPromiseCorrectExecutor()
- testUnorderedEventExecutor()
- testVoidPromiseNotify()
Source
Frequently Asked Questions
What does shutdownGracefully() do?
shutdownGracefully() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java.
Where is shutdownGracefully() defined?
shutdownGracefully() is defined in transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java at line 2539.
What calls shutdownGracefully()?
shutdownGracefully() is called by 14 function(s): afterClass, testAddBefore, testAddInListener, testHandlerAddedAndRemovedCalledInCorrectOrder, testHandlerAddedExceptionFromChildHandlerIsPropagated, testHandlerAddedFailedButHandlerStillRemoved0, testHandlerAddedThrowsAndRemovedThrowsException, testHandlerRemovedExceptionFromChildHandlerIsPropagated, and 6 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free