Home / Function/ doClose() — netty Function Reference

doClose() — netty Function Reference

Architecture documentation for the doClose() function in EpollDomainDatagramChannel.java from the netty codebase.

Function java Buffer Search called by 1

Entity Profile

Dependency Diagram

graph TD
  e0c15ba6_cf8f_a202_ce8f_01faa632c209["doClose()"]
  7202d69c_3d79_83a7_24dc_27b53c2f5789["EpollDomainDatagramChannel"]
  e0c15ba6_cf8f_a202_ce8f_01faa632c209 -->|defined in| 7202d69c_3d79_83a7_24dc_27b53c2f5789
  09b52153_49ca_0884_7dd7_bff3a39b9a5f["doDisconnect()"]
  09b52153_49ca_0884_7dd7_bff3a39b9a5f -->|calls| e0c15ba6_cf8f_a202_ce8f_01faa632c209
  style e0c15ba6_cf8f_a202_ce8f_01faa632c209 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollDomainDatagramChannel.java lines 86–92

    @Override
    protected void doClose() throws Exception {
        super.doClose();
        connected = active = false;
        local = null;
        remote = null;
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does doClose() do?
doClose() is a function in the netty codebase, defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollDomainDatagramChannel.java.
Where is doClose() defined?
doClose() is defined in transport-classes-epoll/src/main/java/io/netty/channel/epoll/EpollDomainDatagramChannel.java at line 86.
What calls doClose()?
doClose() is called by 1 function(s): doDisconnect.

Analyze Your Own Codebase

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

Try Supermodel Free