Home / Function/ assertError() — netty Function Reference

assertError() — netty Function Reference

Architecture documentation for the assertError() function in DefaultHttp2RemoteFlowControllerTest.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  d35164e2_8346_f5f5_f90a_f92c38f3329a["assertError()"]
  f33d41f9_6d94_fcc8_6c0d_546200c5b4cd["FakeFlowControlled"]
  d35164e2_8346_f5f5_f90a_f92c38f3329a -->|defined in| f33d41f9_6d94_fcc8_6c0d_546200c5b4cd
  5be33bbd_ea57_0bc5_f862_e6ea4b476f8d["queuedPayloadsReceiveErrorOnStreamClose()"]
  5be33bbd_ea57_0bc5_f862_e6ea4b476f8d -->|calls| d35164e2_8346_f5f5_f90a_f92c38f3329a
  46be14d4_2ad4_2dfe_fa3e_2212c0d8e50e["error()"]
  d35164e2_8346_f5f5_f90a_f92c38f3329a -->|calls| 46be14d4_2ad4_2dfe_fa3e_2212c0d8e50e
  style d35164e2_8346_f5f5_f90a_f92c38f3329a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java lines 1139–1144

        public void assertError(Http2Error error) {
            assertNotNull(t);
            if (error != null) {
                assertSame(error, ((Http2Exception) t).error());
            }
        }

Domain

Subdomains

Calls

Frequently Asked Questions

What does assertError() do?
assertError() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java.
Where is assertError() defined?
assertError() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java at line 1139.
What does assertError() call?
assertError() calls 1 function(s): error.
What calls assertError()?
assertError() is called by 1 function(s): queuedPayloadsReceiveErrorOnStreamClose.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free