mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() — netty Function Reference
Architecture documentation for the mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() function in DefaultHttp2ConnectionDecoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 28b2b7c9_8beb_d303_e32e_93d71db99fcd["mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint()"] 7c0b580c_3a1b_cdb3_bf02_2ffea3bbdffc["DefaultHttp2ConnectionDecoderTest"] 28b2b7c9_8beb_d303_e32e_93d71db99fcd -->|defined in| 7c0b580c_3a1b_cdb3_bf02_2ffea3bbdffc 7ab900e0_f32f_a59c_bef0_19bd02198f9b["dataReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint()"] 7ab900e0_f32f_a59c_bef0_19bd02198f9b -->|calls| 28b2b7c9_8beb_d303_e32e_93d71db99fcd 2abc777d_c94f_9090_0e02_71a558a652a4["pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint()"] 2abc777d_c94f_9090_0e02_71a558a652a4 -->|calls| 28b2b7c9_8beb_d303_e32e_93d71db99fcd 685c6fcd_cc72_ac33_bd43_8042d0c2ebd4["priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint()"] 685c6fcd_cc72_ac33_bd43_8042d0c2ebd4 -->|calls| 28b2b7c9_8beb_d303_e32e_93d71db99fcd 416362b2_6ecb_bb6a_30cd_95105c40da02["windowUpdateReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint()"] 416362b2_6ecb_bb6a_30cd_95105c40da02 -->|calls| 28b2b7c9_8beb_d303_e32e_93d71db99fcd style 28b2b7c9_8beb_d303_e32e_93d71db99fcd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java lines 1071–1075
private void mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() {
when(connection.goAwaySent()).thenReturn(true);
when(remote.isValidStreamId(STREAM_ID)).thenReturn(false);
when(remote.lastStreamKnownByPeer()).thenReturn(0);
}
Domain
Subdomains
Defined In
Called By
- dataReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint()
- priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint()
- pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint()
- windowUpdateReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint()
Source
Frequently Asked Questions
What does mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() do?
mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java.
Where is mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() defined?
mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionDecoderTest.java at line 1071.
What calls mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint()?
mockGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint() is called by 4 function(s): dataReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint, priorityReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint, pushPromiseReadAfterGoAwayShouldAllowFramesForStreamCreatedByLocalEndpoint, windowUpdateReadAfterGoAwaySentShouldAllowFramesForStreamCreatedByLocalEndpoint.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free