testLimitRstReset() — netty Function Reference
Architecture documentation for the testLimitRstReset() function in Http2MaxRstFrameLimitEncoderTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD d0b8f83e_3058_5872_0f12_e8495e796a13["testLimitRstReset()"] eeac0acc_8c8f_03de_0277_9e95e05f7fa8["Http2MaxRstFrameLimitEncoderTest"] d0b8f83e_3058_5872_0f12_e8495e796a13 -->|defined in| eeac0acc_8c8f_03de_0277_9e95e05f7fa8 00a5eab7_8aa2_fcd5_ae09_235b89915618["verifyFlushAndClose()"] d0b8f83e_3058_5872_0f12_e8495e796a13 -->|calls| 00a5eab7_8aa2_fcd5_ae09_235b89915618 style d0b8f83e_3058_5872_0f12_e8495e796a13 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MaxRstFrameLimitEncoderTest.java lines 193–202
@ParameterizedTest
@EnumSource(Http2Error.class)
public void testLimitRstReset(Http2Error error) throws Exception {
assertTrue(encoder.writeRstStream(ctx, 1, error.code(), newPromise()).isSuccess());
assertTrue(encoder.writeRstStream(ctx, 1, error.code(), newPromise()).isSuccess());
verifyFlushAndClose(0, false);
ticker.advance(1, TimeUnit.SECONDS);
assertTrue(encoder.writeRstStream(ctx, 1, error.code(), newPromise()).isSuccess());
verifyFlushAndClose(0, false);
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does testLimitRstReset() do?
testLimitRstReset() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MaxRstFrameLimitEncoderTest.java.
Where is testLimitRstReset() defined?
testLimitRstReset() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/Http2MaxRstFrameLimitEncoderTest.java at line 193.
What does testLimitRstReset() call?
testLimitRstReset() calls 1 function(s): verifyFlushAndClose.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free