fireEventAndClose() — netty Function Reference
Architecture documentation for the fireEventAndClose() function in AbstractEpollChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 6f55cbec_9a52_e47a_1d73_fecef5eb8c03["fireEventAndClose()"] 48a4b0f2_9a93_c0ec_29eb_423e8fb5ce85["AbstractEpollUnsafe"] 6f55cbec_9a52_e47a_1d73_fecef5eb8c03 -->|defined in| 48a4b0f2_9a93_c0ec_29eb_423e8fb5ce85 0f938c96_9ae0_6ccc_0306_33c0df2458f1["shutdownInput()"] 0f938c96_9ae0_6ccc_0306_33c0df2458f1 -->|calls| 6f55cbec_9a52_e47a_1d73_fecef5eb8c03 d9ab1040_9ace_496a_a503_4d950b47fbce["close()"] 6f55cbec_9a52_e47a_1d73_fecef5eb8c03 -->|calls| d9ab1040_9ace_496a_a503_4d950b47fbce style 6f55cbec_9a52_e47a_1d73_fecef5eb8c03 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport-classes-epoll/src/main/java/io/netty/channel/epoll/AbstractEpollChannel.java lines 574–577
private void fireEventAndClose(Object evt) {
pipeline().fireUserEventTriggered(evt);
close(voidPromise());
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does fireEventAndClose() do?
fireEventAndClose() is a function in the netty codebase, defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/AbstractEpollChannel.java.
Where is fireEventAndClose() defined?
fireEventAndClose() is defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/AbstractEpollChannel.java at line 574.
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