testAllIdle() — netty Function Reference
Architecture documentation for the testAllIdle() function in IdleStateHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 6302e225_7f9a_b306_5c0d_6979f5980c69["testAllIdle()"] f1a156c3_6366_afc7_6b64_9543e5f91ba9["IdleStateHandlerTest"] 6302e225_7f9a_b306_5c0d_6979f5980c69 -->|defined in| f1a156c3_6366_afc7_6b64_9543e5f91ba9 13551606_9cf0_6ceb_85f9_d637333fc038["anyIdle()"] 6302e225_7f9a_b306_5c0d_6979f5980c69 -->|calls| 13551606_9cf0_6ceb_85f9_d637333fc038 style 6302e225_7f9a_b306_5c0d_6979f5980c69 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
handler/src/test/java/io/netty/handler/timeout/IdleStateHandlerTest.java lines 58–65
@Test
public void testAllIdle() throws Exception {
IdleStateHandler idleStateHandler = new IdleStateHandler(
false, 0L, 0L, 1L, TimeUnit.SECONDS);
anyIdle(idleStateHandler, IdleStateEvent.FIRST_ALL_IDLE_STATE_EVENT,
IdleStateEvent.ALL_IDLE_STATE_EVENT, IdleStateEvent.ALL_IDLE_STATE_EVENT);
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does testAllIdle() do?
testAllIdle() is a function in the netty codebase, defined in handler/src/test/java/io/netty/handler/timeout/IdleStateHandlerTest.java.
Where is testAllIdle() defined?
testAllIdle() is defined in handler/src/test/java/io/netty/handler/timeout/IdleStateHandlerTest.java at line 58.
What does testAllIdle() call?
testAllIdle() calls 1 function(s): anyIdle.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free