gracefulShutdownIndefiniteTimeoutTest() — netty Function Reference
Architecture documentation for the gracefulShutdownIndefiniteTimeoutTest() function in Http2ConnectionHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 9f8d39c8_5bc1_783d_feb2_9a085d76079b["gracefulShutdownIndefiniteTimeoutTest()"] e8b32c7d_fa9d_422b_0744_82047ac00ea5["Http2ConnectionHandlerTest"] 9f8d39c8_5bc1_783d_feb2_9a085d76079b -->|defined in| e8b32c7d_fa9d_422b_0744_82047ac00ea5 style 9f8d39c8_5bc1_783d_feb2_9a085d76079b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/Http2ConnectionHandlerTest.java lines 819–825
@Test
public void gracefulShutdownIndefiniteTimeoutTest() throws Exception {
handler = newHandler();
handler.gracefulShutdownTimeoutMillis(-1);
handler.close(ctx, promise);
verify(executor, never()).schedule(any(Runnable.class), anyLong(), any(TimeUnit.class));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does gracefulShutdownIndefiniteTimeoutTest() do?
gracefulShutdownIndefiniteTimeoutTest() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2ConnectionHandlerTest.java.
Where is gracefulShutdownIndefiniteTimeoutTest() defined?
gracefulShutdownIndefiniteTimeoutTest() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2ConnectionHandlerTest.java at line 819.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free