Home / Function/ shutdownGracefullyBeforeStart() — netty Function Reference

shutdownGracefullyBeforeStart() — netty Function Reference

Architecture documentation for the shutdownGracefullyBeforeStart() function in AbstractSingleThreadEventLoopTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  735696fb_8a26_60c8_7f44_72d58a2f1b42["shutdownGracefullyBeforeStart()"]
  eb487d77_b896_e5c3_20f1_2b7144dc7cf5["AbstractSingleThreadEventLoopTest"]
  735696fb_8a26_60c8_7f44_72d58a2f1b42 -->|defined in| eb487d77_b896_e5c3_20f1_2b7144dc7cf5
  style 735696fb_8a26_60c8_7f44_72d58a2f1b42 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/AbstractSingleThreadEventLoopTest.java lines 160–164

    @Test
    public void shutdownGracefullyBeforeStart() throws Exception {
        EventLoopGroup group = newEventLoopGroup();
        assertTrue(group.shutdownGracefully(200L, 1000L, TimeUnit.MILLISECONDS).await(500L));
    }

Domain

Subdomains

Frequently Asked Questions

What does shutdownGracefullyBeforeStart() do?
shutdownGracefullyBeforeStart() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/AbstractSingleThreadEventLoopTest.java.
Where is shutdownGracefullyBeforeStart() defined?
shutdownGracefullyBeforeStart() is defined in testsuite/src/main/java/io/netty/testsuite/transport/AbstractSingleThreadEventLoopTest.java at line 160.

Analyze Your Own Codebase

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

Try Supermodel Free