Home / Function/ exceptionCaught() — netty Function Reference

exceptionCaught() — netty Function Reference

Architecture documentation for the exceptionCaught() function in SocketHalfClosedTest.java from the netty codebase.

Function java Buffer Telemetry calls 2 called by 1

Entity Profile

Dependency Diagram

graph TD
  1b353293_269e_5350_bac6_ca825553573d["exceptionCaught()"]
  75d25e1f_d173_eba1_2e00_bdb589050562["AutoCloseFalseLeader"]
  1b353293_269e_5350_bac6_ca825553573d -->|defined in| 75d25e1f_d173_eba1_2e00_bdb589050562
  9f0d148d_19fe_6f26_b8b9_17ac45fb4050["exceptionCaught()"]
  9f0d148d_19fe_6f26_b8b9_17ac45fb4050 -->|calls| 1b353293_269e_5350_bac6_ca825553573d
  9f0d148d_19fe_6f26_b8b9_17ac45fb4050["exceptionCaught()"]
  1b353293_269e_5350_bac6_ca825553573d -->|calls| 9f0d148d_19fe_6f26_b8b9_17ac45fb4050
  9158c171_4fc5_0e4a_4e16_c1f816313ca6["checkPrematureClose()"]
  1b353293_269e_5350_bac6_ca825553573d -->|calls| 9158c171_4fc5_0e4a_4e16_c1f816313ca6
  style 1b353293_269e_5350_bac6_ca825553573d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java lines 660–664

        @Override
        public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) {
            ctx.close();
            checkPrematureClose();
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does exceptionCaught() do?
exceptionCaught() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketHalfClosedTest.java at line 660.
What does exceptionCaught() call?
exceptionCaught() calls 2 function(s): checkPrematureClose, exceptionCaught.
What calls exceptionCaught()?
exceptionCaught() is called by 1 function(s): exceptionCaught.

Analyze Your Own Codebase

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

Try Supermodel Free