streamWindowLargerThanIntDoesNotInfiniteLoop() — netty Function Reference
Architecture documentation for the streamWindowLargerThanIntDoesNotInfiniteLoop() function in WeightedFairQueueByteDistributorTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 212a3234_86b8_5484_e7eb_868deb16485d["streamWindowLargerThanIntDoesNotInfiniteLoop()"] 67b7550d_3bc6_4a2b_6b2f_618af35d6df8["WeightedFairQueueByteDistributorTest"] 212a3234_86b8_5484_e7eb_868deb16485d -->|defined in| 67b7550d_3bc6_4a2b_6b2f_618af35d6df8 11b51d3d_8188_9502_be8f_cc1ca56136d9["write()"] 212a3234_86b8_5484_e7eb_868deb16485d -->|calls| 11b51d3d_8188_9502_be8f_cc1ca56136d9 7bda6a25_cd2a_2145_1a6b_a3c3169cec22["verifyWrite()"] 212a3234_86b8_5484_e7eb_868deb16485d -->|calls| 7bda6a25_cd2a_2145_1a6b_a3c3169cec22 style 212a3234_86b8_5484_e7eb_868deb16485d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorTest.java lines 918–925
@Test
public void streamWindowLargerThanIntDoesNotInfiniteLoop() throws Http2Exception {
initState(STREAM_A, Integer.MAX_VALUE + 1L, true, true);
assertTrue(write(Integer.MAX_VALUE));
verifyWrite(STREAM_A, Integer.MAX_VALUE);
assertFalse(write(1));
verifyWrite(STREAM_A, 1);
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does streamWindowLargerThanIntDoesNotInfiniteLoop() do?
streamWindowLargerThanIntDoesNotInfiniteLoop() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorTest.java.
Where is streamWindowLargerThanIntDoesNotInfiniteLoop() defined?
streamWindowLargerThanIntDoesNotInfiniteLoop() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/WeightedFairQueueByteDistributorTest.java at line 918.
What does streamWindowLargerThanIntDoesNotInfiniteLoop() call?
streamWindowLargerThanIntDoesNotInfiniteLoop() calls 2 function(s): verifyWrite, write.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free