Home / Function/ shutdownGracefullyZeroQuietBeforeStart() — netty Function Reference

shutdownGracefullyZeroQuietBeforeStart() — netty Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/AbstractSingleThreadEventLoopTest.java lines 132–136

    @Test
    public void shutdownGracefullyZeroQuietBeforeStart() throws Exception {
        EventLoopGroup group = newEventLoopGroup();
        assertTrue(group.shutdownGracefully(0L, 2L, TimeUnit.SECONDS).await(200L));
    }

Domain

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free