connectionFlowControlExceededShouldThrow() — netty Function Reference
Architecture documentation for the connectionFlowControlExceededShouldThrow() function in DefaultHttp2LocalFlowControllerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD a6e69c6a_f0d6_5c19_5fff_46a6db44c81f["connectionFlowControlExceededShouldThrow()"] 99976e08_de48_4e06_40e5_5ee3655f2651["DefaultHttp2LocalFlowControllerTest"] a6e69c6a_f0d6_5c19_5fff_46a6db44c81f -->|defined in| 99976e08_de48_4e06_40e5_5ee3655f2651 62113048_84a9_1cf9_75f0_0ef0f3788315["receiveFlowControlledFrame()"] a6e69c6a_f0d6_5c19_5fff_46a6db44c81f -->|calls| 62113048_84a9_1cf9_75f0_0ef0f3788315 style a6e69c6a_f0d6_5c19_5fff_46a6db44c81f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java lines 146–155
@Test
public void connectionFlowControlExceededShouldThrow() throws Http2Exception {
// Window exceeded because of the padding.
assertThrows(Http2Exception.class, new Executable() {
@Override
public void execute() throws Throwable {
receiveFlowControlledFrame(STREAM_ID, DEFAULT_WINDOW_SIZE, 1, true);
}
});
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does connectionFlowControlExceededShouldThrow() do?
connectionFlowControlExceededShouldThrow() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java.
Where is connectionFlowControlExceededShouldThrow() defined?
connectionFlowControlExceededShouldThrow() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2LocalFlowControllerTest.java at line 146.
What does connectionFlowControlExceededShouldThrow() call?
connectionFlowControlExceededShouldThrow() calls 1 function(s): receiveFlowControlledFrame.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free