CloseData() — netty Function Reference
Architecture documentation for the CloseData() function in QuicheQuicChannel.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 49a7a159_9313_a1e5_de47_c0142bce46e3["CloseData()"] 484dcdcf_16b6_9a67_b0e8_1cd9c98962c5["CloseData"] 49a7a159_9313_a1e5_de47_c0142bce46e3 -->|defined in| 484dcdcf_16b6_9a67_b0e8_1cd9c98962c5 ef78a46c_0b4c_0b54_3625_f06b545c1fde["close0()"] ef78a46c_0b4c_0b54_3625_f06b545c1fde -->|calls| 49a7a159_9313_a1e5_de47_c0142bce46e3 style 49a7a159_9313_a1e5_de47_c0142bce46e3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicChannel.java lines 113–117
CloseData(boolean applicationClose, int err, ByteBuf reason) {
this.applicationClose = applicationClose;
this.err = err;
this.reason = reason;
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does CloseData() do?
CloseData() is a function in the netty codebase, defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicChannel.java.
Where is CloseData() defined?
CloseData() is defined in codec-classes-quic/src/main/java/io/netty/handler/codec/quic/QuicheQuicChannel.java at line 113.
What calls CloseData()?
CloseData() is called by 1 function(s): close0.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free