Package | Description |
---|---|
io.netty.resolver.dns |
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously,
which supports the queries of an arbitrary DNS record type as well.
|
Modifier and Type | Method and Description |
---|---|
static DnsNameResolverChannelStrategy |
DnsNameResolverChannelStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DnsNameResolverChannelStrategy[] |
DnsNameResolverChannelStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DnsNameResolverBuilder |
DnsNameResolverBuilder.datagramChannelStrategy(DnsNameResolverChannelStrategy datagramChannelStrategy)
Set the strategy that is used to determine how a
DatagramChannel is used by the resolver for sending
queries over UDP protocol. |
Copyright © 2008–2024 The Netty Project. All rights reserved.