removeAllStreamsWithManyActiveStreams() — netty Function Reference
Architecture documentation for the removeAllStreamsWithManyActiveStreams() function in DefaultHttp2ConnectionTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD bb139a83_5cd3_bf72_5575_b3341847dcb9["removeAllStreamsWithManyActiveStreams()"] 8ad19b2d_97df_9c7f_e36e_ed43457889f2["DefaultHttp2ConnectionTest"] bb139a83_5cd3_bf72_5575_b3341847dcb9 -->|defined in| 8ad19b2d_97df_9c7f_e36e_ed43457889f2 21cec8eb_d409_f934_f379_e9a8fc38cf21["testRemoveAllStreams()"] bb139a83_5cd3_bf72_5575_b3341847dcb9 -->|calls| 21cec8eb_d409_f934_f379_e9a8fc38cf21 style bb139a83_5cd3_bf72_5575_b3341847dcb9 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionTest.java lines 125–134
@Test
public void removeAllStreamsWithManyActiveStreams() throws Exception {
Endpoint<Http2RemoteFlowController> remote = client.remote();
Endpoint<Http2LocalFlowController> local = client.local();
for (int c = 3, s = 2; c < 5000; c += 2, s += 2) {
local.createStream(c, false);
remote.createStream(s, false);
}
testRemoveAllStreams();
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does removeAllStreamsWithManyActiveStreams() do?
removeAllStreamsWithManyActiveStreams() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionTest.java.
Where is removeAllStreamsWithManyActiveStreams() defined?
removeAllStreamsWithManyActiveStreams() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2ConnectionTest.java at line 125.
What does removeAllStreamsWithManyActiveStreams() call?
removeAllStreamsWithManyActiveStreams() calls 1 function(s): testRemoveAllStreams.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free