Home / Function/ recordException() — netty Function Reference

recordException() — netty Function Reference

Architecture documentation for the recordException() function in ProxyServer.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  062e6ca1_88ba_0b80_9896_af72582faf86["recordException()"]
  8191386f_3cbb_1cbe_52f4_e98d4cb46d64["ProxyServer"]
  062e6ca1_88ba_0b80_9896_af72582faf86 -->|defined in| 8191386f_3cbb_1cbe_52f4_e98d4cb46d64
  c4b3f8a3_81ad_bb3f_ed26_42280222f3f8["channelRead0()"]
  c4b3f8a3_81ad_bb3f_ed26_42280222f3f8 -->|calls| 062e6ca1_88ba_0b80_9896_af72582faf86
  67bc2669_3b8c_a6c6_19df_d43b3b7a12ec["exceptionCaught()"]
  67bc2669_3b8c_a6c6_19df_d43b3b7a12ec -->|calls| 062e6ca1_88ba_0b80_9896_af72582faf86
  70de6923_bea6_a1c8_04d7_71fb5575dd8d["exceptionCaught()"]
  70de6923_bea6_a1c8_04d7_71fb5575dd8d -->|calls| 062e6ca1_88ba_0b80_9896_af72582faf86
  428ec2e3_a038_7466_3e2c_ee83c0b7eb68["exceptionCaught()"]
  428ec2e3_a038_7466_3e2c_ee83c0b7eb68 -->|calls| 062e6ca1_88ba_0b80_9896_af72582faf86
  style 062e6ca1_88ba_0b80_9896_af72582faf86 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

handler-proxy/src/test/java/io/netty/handler/proxy/ProxyServer.java lines 118–121

    final void recordException(Throwable t) {
        logger.warn("Unexpected exception from proxy server:", t);
        recordedExceptions.add(t);
    }

Domain

Subdomains

Frequently Asked Questions

What does recordException() do?
recordException() is a function in the netty codebase, defined in handler-proxy/src/test/java/io/netty/handler/proxy/ProxyServer.java.
Where is recordException() defined?
recordException() is defined in handler-proxy/src/test/java/io/netty/handler/proxy/ProxyServer.java at line 118.
What calls recordException()?
recordException() is called by 4 function(s): channelRead0, exceptionCaught, exceptionCaught, exceptionCaught.

Analyze Your Own Codebase

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

Try Supermodel Free