testInformationalResponseWithDataAndTrailersServer() — netty Function Reference
Architecture documentation for the testInformationalResponseWithDataAndTrailersServer() function in Http3RequestStreamValidationHandlerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD e9fe193c_6a4e_7d29_b2b1_4686c4d9878e["testInformationalResponseWithDataAndTrailersServer()"] c95952ff_8157_1798_825c_bd4f00047c5a["Http3RequestStreamValidationHandlerTest"] e9fe193c_6a4e_7d29_b2b1_4686c4d9878e -->|defined in| c95952ff_8157_1798_825c_bd4f00047c5a c940041f_6e7e_f640_c71d_6e250dbc717f["testInformationalResponse()"] e9fe193c_6a4e_7d29_b2b1_4686c4d9878e -->|calls| c940041f_6e7e_f640_c71d_6e250dbc717f style e9fe193c_6a4e_7d29_b2b1_4686c4d9878e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http3/src/test/java/io/netty/handler/codec/http3/Http3RequestStreamValidationHandlerTest.java lines 403–410
@ParameterizedTest(name = "{index}: server = {0}")
@MethodSource("data")
public void testInformationalResponseWithDataAndTrailersServer(boolean server) throws Exception {
setUp(server);
testInformationalResponse(true, false, newResponse(CONTINUE), newResponse(OK),
new DefaultHttp3DataFrame(Unpooled.buffer()),
new DefaultHttp3HeadersFrame());
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does testInformationalResponseWithDataAndTrailersServer() do?
testInformationalResponseWithDataAndTrailersServer() is a function in the netty codebase, defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3RequestStreamValidationHandlerTest.java.
Where is testInformationalResponseWithDataAndTrailersServer() defined?
testInformationalResponseWithDataAndTrailersServer() is defined in codec-http3/src/test/java/io/netty/handler/codec/http3/Http3RequestStreamValidationHandlerTest.java at line 403.
What does testInformationalResponseWithDataAndTrailersServer() call?
testInformationalResponseWithDataAndTrailersServer() calls 1 function(s): testInformationalResponse.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free