Home / Function/ fireEventAndClose() — netty Function Reference

fireEventAndClose() — netty Function Reference

Architecture documentation for the fireEventAndClose() function in AbstractIoUringChannel.java from the netty codebase.

Function java Buffer Allocators calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  4c4a896f_c071_09b7_f267_96edcf08e89a["fireEventAndClose()"]
  19011d76_ce85_4831_bbdf_3b21a88f2b1b["AbstractUringUnsafe"]
  4c4a896f_c071_09b7_f267_96edcf08e89a -->|defined in| 19011d76_ce85_4831_bbdf_3b21a88f2b1b
  e589c1fb_aed1_8a87_ea86_091e377c54c9["shutdownInput()"]
  e589c1fb_aed1_8a87_ea86_091e377c54c9 -->|calls| 4c4a896f_c071_09b7_f267_96edcf08e89a
  941f2659_0934_3a6d_3c64_960438f90518["close()"]
  4c4a896f_c071_09b7_f267_96edcf08e89a -->|calls| 941f2659_0934_3a6d_3c64_960438f90518
  style 4c4a896f_c071_09b7_f267_96edcf08e89a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-io_uring/src/main/java/io/netty/channel/uring/AbstractIoUringChannel.java lines 716–719

        private void fireEventAndClose(Object evt) {
            pipeline().fireUserEventTriggered(evt);
            close(voidPromise());
        }

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

What does fireEventAndClose() do?
fireEventAndClose() is a function in the netty codebase, defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/AbstractIoUringChannel.java.
Where is fireEventAndClose() defined?
fireEventAndClose() is defined in transport-classes-io_uring/src/main/java/io/netty/channel/uring/AbstractIoUringChannel.java at line 716.
What does fireEventAndClose() call?
fireEventAndClose() calls 1 function(s): close.
What calls fireEventAndClose()?
fireEventAndClose() is called by 1 function(s): shutdownInput.

Analyze Your Own Codebase

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

Try Supermodel Free