streamWindowLargerThanIntDoesNotInfiniteLoop() — netty Function Reference
Architecture documentation for the streamWindowLargerThanIntDoesNotInfiniteLoop() function in UniformStreamByteDistributorTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 092a439a_75a5_e1e7_edc5_9fbfef4a563b["streamWindowLargerThanIntDoesNotInfiniteLoop()"] c9ed8a9b_20d0_d85d_3ba2_4bce8a2cb72f["UniformStreamByteDistributorTest"] 092a439a_75a5_e1e7_edc5_9fbfef4a563b -->|defined in| c9ed8a9b_20d0_d85d_3ba2_4bce8a2cb72f 874cc0a8_d364_ef65_d3c3_16d61b243e73["initState()"] 092a439a_75a5_e1e7_edc5_9fbfef4a563b -->|calls| 874cc0a8_d364_ef65_d3c3_16d61b243e73 25e52e77_a9b5_a8d2_5680_6ca6e99dc744["write()"] 092a439a_75a5_e1e7_edc5_9fbfef4a563b -->|calls| 25e52e77_a9b5_a8d2_5680_6ca6e99dc744 82fd38f9_f111_4681_d6b7_0b1347efd00c["verifyWrite()"] 092a439a_75a5_e1e7_edc5_9fbfef4a563b -->|calls| 82fd38f9_f111_4681_d6b7_0b1347efd00c style 092a439a_75a5_e1e7_edc5_9fbfef4a563b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/UniformStreamByteDistributorTest.java lines 236–243
@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
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/UniformStreamByteDistributorTest.java.
Where is streamWindowLargerThanIntDoesNotInfiniteLoop() defined?
streamWindowLargerThanIntDoesNotInfiniteLoop() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/UniformStreamByteDistributorTest.java at line 236.
What does streamWindowLargerThanIntDoesNotInfiniteLoop() call?
streamWindowLargerThanIntDoesNotInfiniteLoop() calls 3 function(s): initState, verifyWrite, write.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free