Home / Function/ error() — netty Function Reference

error() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  46be14d4_2ad4_2dfe_fa3e_2212c0d8e50e["error()"]
  f33d41f9_6d94_fcc8_6c0d_546200c5b4cd["FakeFlowControlled"]
  46be14d4_2ad4_2dfe_fa3e_2212c0d8e50e -->|defined in| f33d41f9_6d94_fcc8_6c0d_546200c5b4cd
  c54d2ec1_4be3_d9d9_eaa8_c424d2a7d011["flowControlledWriteThrowsAnException()"]
  c54d2ec1_4be3_d9d9_eaa8_c424d2a7d011 -->|calls| 46be14d4_2ad4_2dfe_fa3e_2212c0d8e50e
  9bf4e446_035a_02cf_567a_f1ff16df2e7e["flowControlledWriteAndErrorThrowAnException()"]
  9bf4e446_035a_02cf_567a_f1ff16df2e7e -->|calls| 46be14d4_2ad4_2dfe_fa3e_2212c0d8e50e
  7bd55a42_7f3e_1d2e_3e9a_fcc8cc515b18["flowControlledWriteCompleteThrowsAnException()"]
  7bd55a42_7f3e_1d2e_3e9a_fcc8cc515b18 -->|calls| 46be14d4_2ad4_2dfe_fa3e_2212c0d8e50e
  111a72eb_db91_694e_e2ed_66dfcaea4144["closeStreamInFlowControlledError()"]
  111a72eb_db91_694e_e2ed_66dfcaea4144 -->|calls| 46be14d4_2ad4_2dfe_fa3e_2212c0d8e50e
  d35164e2_8346_f5f5_f90a_f92c38f3329a["assertError()"]
  d35164e2_8346_f5f5_f90a_f92c38f3329a -->|calls| 46be14d4_2ad4_2dfe_fa3e_2212c0d8e50e
  style 46be14d4_2ad4_2dfe_fa3e_2212c0d8e50e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java lines 1073–1076

        @Override
        public void error(ChannelHandlerContext ctx, Throwable t) {
            this.t = t;
        }

Domain

Subdomains

Frequently Asked Questions

What does error() do?
error() is a function in the netty codebase, defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java.
Where is error() defined?
error() is defined in codec-http2/src/test/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowControllerTest.java at line 1073.
What calls error()?
error() is called by 5 function(s): assertError, closeStreamInFlowControlledError, flowControlledWriteAndErrorThrowAnException, flowControlledWriteCompleteThrowsAnException, flowControlledWriteThrowsAnException.

Analyze Your Own Codebase

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

Try Supermodel Free