Registry / networking / netty-resolver-dns-native-macos

netty-resolver-dns-native-macos

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-resolver-dns-native-macos</artifactId> <version>4.1.134.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-RESOLVER-DNS
N
netty-resolver-dns-native-macos
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.

DnsNameResolver
io.netty.resolver.dns.DnsNameResolver

Resolves a DNS name using Netty's native DNS resolver.

import io.netty.resolver.dns.DnsNameResolver; import io.netty.resolver.dns.DnsNameResolverBuilder; import io.netty.channel.nio.NioEventLoopGroup; public class Main { public static void main(String[] args) { DnsNameResolver resolver = new DnsNameResolverBuilder(new NioEventLoopGroup()) .build(); resolver.resolve("example.com").addListener(future -> { System.out.println(future.getNow()); }); } }
Debug
Known issues
gotchaThis artifact is platform-specific (macOS).
fix
Use the appropriate classifier for your OS or use the generic netty-resolver-dns artifact.
affects: *
Upgrade
Version history
4.1.134.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
netty-resolver-dns-native-macos — mvn dependency:get netty-resolver-dns-native-macos · libregistry