goAwaySent() — netty Function Reference
Architecture documentation for the goAwaySent() function in DefaultHttp2ConnectionEncoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD de721981_221e_f2a2_44ed_91ebe93b2df0["goAwaySent()"] aef19477_9a1f_48c4_824a_17c7f3ecbb10["DefaultHttp2ConnectionEncoderTest"] de721981_221e_f2a2_44ed_91ebe93b2df0 -->|defined in| aef19477_9a1f_48c4_824a_17c7f3ecbb10 5316fe06_8cb5_8414_4a86_57d806da7acf["canWriteDataFrameAfterGoAwaySent()"] 5316fe06_8cb5_8414_4a86_57d806da7acf -->|calls| de721981_221e_f2a2_44ed_91ebe93b2df0 4a953835_40dc_c021_f59e_363fa0f17aad["canWriteHeaderFrameAfterGoAwaySent()"] 4a953835_40dc_c021_f59e_363fa0f17aad -->|calls| de721981_221e_f2a2_44ed_91ebe93b2df0 style de721981_221e_f2a2_44ed_91ebe93b2df0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoderTest.java lines 940–942
private void goAwaySent(int lastStreamId) throws Http2Exception {
connection.goAwaySent(lastStreamId, 0, EMPTY_BUFFER);
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does goAwaySent() do?
goAwaySent() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoderTest.java.
Where is goAwaySent() defined?
goAwaySent() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionEncoderTest.java at line 940.
What calls goAwaySent()?
goAwaySent() is called by 2 function(s): canWriteDataFrameAfterGoAwaySent, canWriteHeaderFrameAfterGoAwaySent.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free