Home / Function/ closeForcibly() — netty Function Reference

closeForcibly() — netty Function Reference

Architecture documentation for the closeForcibly() function in QuicheQuicStreamChannel.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  d2a7518c_1c2a_4dcd_9d4e_7416917291cc["closeForcibly()"]
  77188bb7_e7ad_de01_3b54_5bc50b9e2df1["QuicStreamChannelUnsafe"]
  d2a7518c_1c2a_4dcd_9d4e_7416917291cc -->|defined in| 77188bb7_e7ad_de01_3b54_5bc50b9e2df1
  1123715f_0f63_323f_9bab_77f6d3c50fff["close()"]
  d2a7518c_1c2a_4dcd_9d4e_7416917291cc -->|calls| 1123715f_0f63_323f_9bab_77f6d3c50fff
  style d2a7518c_1c2a_4dcd_9d4e_7416917291cc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicStreamChannel.java lines 637–641

        @Override
        public void closeForcibly() {
            assert eventLoop().inEventLoop();
            close(unsafe().voidPromise());
        }

Domain

Subdomains

Calls

Frequently Asked Questions

What does closeForcibly() do?
closeForcibly() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicStreamChannel.java.
Where is closeForcibly() defined?
closeForcibly() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicStreamChannel.java at line 637.
What does closeForcibly() call?
closeForcibly() calls 1 function(s): close.

Analyze Your Own Codebase

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

Try Supermodel Free