testStreamId() — netty Function Reference
Architecture documentation for the testStreamId() function in StreamBufferingEncoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f95ba28f_4380_1e1b_7a8e_102f524e4559["testStreamId()"] b13b21e9_41cb_8feb_3534_f953823cad07["StreamBufferingEncoderTest"] f95ba28f_4380_1e1b_7a8e_102f524e4559 -->|defined in| b13b21e9_41cb_8feb_3534_f953823cad07 a66d6805_54e3_b2ba_6f09_f1636347cd2d["testExhaustedStreamId()"] a66d6805_54e3_b2ba_6f09_f1636347cd2d -->|calls| f95ba28f_4380_1e1b_7a8e_102f524e4559 style f95ba28f_4380_1e1b_7a8e_102f524e4559 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/StreamBufferingEncoderTest.java lines 517–521
private void testStreamId(int nextStreamId) throws Http2Exception {
connection.local().createStream(nextStreamId, false);
ChannelFuture channelFuture = encoder.writeData(ctx, nextStreamId, EMPTY_BUFFER, 0, false, newPromise());
assertNull(channelFuture.cause());
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does testStreamId() do?
testStreamId() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/StreamBufferingEncoderTest.java.
Where is testStreamId() defined?
testStreamId() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/StreamBufferingEncoderTest.java at line 517.
What calls testStreamId()?
testStreamId() is called by 1 function(s): testExhaustedStreamId.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free