Home / Function/ tryFailure() — netty Function Reference

tryFailure() — netty Function Reference

Architecture documentation for the tryFailure() function in AbstractChannel.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d83b2f4e_f1ad_db7f_89e6_9771fbc00e9a["tryFailure()"]
  3fe8fc55_b2f8_fa64_3558_6586b9e28ebd["CloseFuture"]
  d83b2f4e_f1ad_db7f_89e6_9771fbc00e9a -->|defined in| 3fe8fc55_b2f8_fa64_3558_6586b9e28ebd
  09594916_b369_0dde_fab6_d2f3c2bd81b1["safeSetFailure()"]
  09594916_b369_0dde_fab6_d2f3c2bd81b1 -->|calls| d83b2f4e_f1ad_db7f_89e6_9771fbc00e9a
  style d83b2f4e_f1ad_db7f_89e6_9771fbc00e9a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/main/java/io/netty/channel/AbstractChannel.java lines 1038–1041

        @Override
        public boolean tryFailure(Throwable cause) {
            throw new IllegalStateException();
        }

Domain

Subdomains

Called By

Frequently Asked Questions

What does tryFailure() do?
tryFailure() is a function in the netty codebase, defined in transport/src/main/java/io/netty/channel/AbstractChannel.java.
Where is tryFailure() defined?
tryFailure() is defined in transport/src/main/java/io/netty/channel/AbstractChannel.java at line 1038.
What calls tryFailure()?
tryFailure() is called by 1 function(s): safeSetFailure.

Analyze Your Own Codebase

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

Try Supermodel Free