DnsSection Type — netty Architecture
Architecture documentation for the DnsSection type/interface in DnsSection.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f91bf7da_a857_2393_4831_99c5dc94ab93["DnsSection"] 1efa7892_2cf8_869d_de34_c71755ac761e["DnsSection.java"] f91bf7da_a857_2393_4831_99c5dc94ab93 -->|defined in| 1efa7892_2cf8_869d_de34_c71755ac761e style f91bf7da_a857_2393_4831_99c5dc94ab93 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
codec-dns/src/main/java/io/netty/handler/codec/dns/DnsSection.java lines 21–38
public enum DnsSection {
/**
* The section that contains {@link DnsQuestion}s.
*/
QUESTION,
/**
* The section that contains the answer {@link DnsRecord}s.
*/
ANSWER,
/**
* The section that contains the authority {@link DnsRecord}s.
*/
AUTHORITY,
/**
* The section that contains the additional {@link DnsRecord}s.
*/
ADDITIONAL
}
Source
Frequently Asked Questions
What is the DnsSection type?
DnsSection is a type/interface in the netty codebase, defined in codec-dns/src/main/java/io/netty/handler/codec/dns/DnsSection.java.
Where is DnsSection defined?
DnsSection is defined in codec-dns/src/main/java/io/netty/handler/codec/dns/DnsSection.java at line 21.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free