Registry / networking / netty-codec-dns

netty-codec-dns

JSON →
library4.1.134.Finaljavamavenunverified

Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.

<dependency> <groupId>io.netty</groupId> <artifactId>netty-codec-dns</artifactId> <version>4.1.134.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-CODEC-DNS
N
netty-codec-dns
networkingjavav4.1.134.Final
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DnsRecord
io.netty.handler.codec.dns.DnsRecord

Create and inspect a DNS record using Netty's DNS codec.

DnsRecord record = new DefaultDnsRecord("example.com", DnsRecordType.A, 60, new byte[] {93, 184, 216, 34}); System.out.println(record.name());
Debug
Known issues
breakingNetty 4.1.x has breaking changes in DNS codec compared to 4.0.x.
fix
Use the latest 4.1.x version and update imports accordingly.
affects: <4.1.0
Upgrade
Version history
4.1.134.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
Resources
netty-codec-dns — mvn dependency:get netty-codec-dns · libregistry