Home / Function/ setServerGracefulShutdownTime() — netty Function Reference

setServerGracefulShutdownTime() — netty Function Reference

Architecture documentation for the setServerGracefulShutdownTime() function in Http2ConnectionRoundtripTest.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  da672232_873c_287f_a7ac_aff79739090a["setServerGracefulShutdownTime()"]
  0d6189e8_c033_39ff_d087_9019351440fe["Http2ConnectionRoundtripTest"]
  da672232_873c_287f_a7ac_aff79739090a -->|defined in| 0d6189e8_c033_39ff_d087_9019351440fe
  8fd47c86_20bd_a9ab_40d0_3a52f1e6eca7["createStreamAfterReceiveGoAwayShouldNotSendGoAway()"]
  8fd47c86_20bd_a9ab_40d0_3a52f1e6eca7 -->|calls| da672232_873c_287f_a7ac_aff79739090a
  2021a1f6_d36a_c1bc_2c82_7bd08f19589c["listenerIsNotifiedOfGoawayBeforeStreamsAreRemovedFromTheConnection()"]
  2021a1f6_d36a_c1bc_2c82_7bd08f19589c -->|calls| da672232_873c_287f_a7ac_aff79739090a
  43d5cbd3_5164_fda9_43fb_f4d5b8cdaf3f["setGracefulShutdownTime()"]
  da672232_873c_287f_a7ac_aff79739090a -->|calls| 43d5cbd3_5164_fda9_43fb_f4d5b8cdaf3f
  style da672232_873c_287f_a7ac_aff79739090a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/Http2ConnectionRoundtripTest.java lines 1262–1264

    private void setServerGracefulShutdownTime(final long millis) throws InterruptedException {
        setGracefulShutdownTime(serverChannel, http2Server, millis);
    }

Domain

Subdomains

Frequently Asked Questions

What does setServerGracefulShutdownTime() do?
setServerGracefulShutdownTime() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2ConnectionRoundtripTest.java.
Where is setServerGracefulShutdownTime() defined?
setServerGracefulShutdownTime() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2ConnectionRoundtripTest.java at line 1262.
What does setServerGracefulShutdownTime() call?
setServerGracefulShutdownTime() calls 1 function(s): setGracefulShutdownTime.
What calls setServerGracefulShutdownTime()?
setServerGracefulShutdownTime() is called by 2 function(s): createStreamAfterReceiveGoAwayShouldNotSendGoAway, listenerIsNotifiedOfGoawayBeforeStreamsAreRemovedFromTheConnection.

Analyze Your Own Codebase

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

Try Supermodel Free