invalidWeightTooBigThrows() — netty Function Reference
Architecture documentation for the invalidWeightTooBigThrows() function in DefaultHttp2RemoteFlowControllerTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD fdb0178b_603f_9f23_6489_f1b54a8ffa9b["invalidWeightTooBigThrows()"] f8fd7697_92d4_6455_4dd8_09a33ac81a6f["DefaultHttp2RemoteFlowControllerTest"] fdb0178b_603f_9f23_6489_f1b54a8ffa9b -->|defined in| f8fd7697_92d4_6455_4dd8_09a33ac81a6f style fdb0178b_603f_9f23_6489_f1b54a8ffa9b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java lines 951–959
@Test
public void invalidWeightTooBigThrows() {
assertThrows(AssertionError.class, new Executable() {
@Override
public void execute() throws Throwable {
controller.updateDependencyTree(STREAM_A, STREAM_D, (short) (MAX_WEIGHT + 1), true);
}
});
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does invalidWeightTooBigThrows() do?
invalidWeightTooBigThrows() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java.
Where is invalidWeightTooBigThrows() defined?
invalidWeightTooBigThrows() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java at line 951.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free