You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/asciidoc/http-client.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -537,6 +537,7 @@ Default: 0.
537
537
| `completeOncePreferredResolved` | When this setting is enabled, the resolver notifies as soon as all queries for the preferred address type are complete.
538
538
When this setting is disabled, the resolver notifies when all possible address types are complete.
539
539
This configuration is applicable for `DnsNameResolver#resolveAll(String)`. By default, this setting is enabled.
540
+
| `dnsAddressResolverGroupProvider` | Sets a custom function to create a `DnsAddressResolverGroup` given a `DnsNameResolverBuilder`
540
541
| `disableOptionalRecord` | Disables the automatic inclusion of an optional record that tries to give a hint to the remote DNS server about
541
542
how much data the resolver can read per response. By default, this setting is enabled.
542
543
| `disableRecursionDesired` | Specifies whether this resolver has to send a DNS query with the recursion desired (RD) flag set.
Copy file name to clipboardExpand all lines: docs/asciidoc/tcp-client.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -419,6 +419,7 @@ The following listing shows the available configurations:
419
419
| `completeOncePreferredResolved` | When this setting is enabled, the resolver notifies as soon as all queries for the preferred address type are complete.
420
420
When this setting is disabled, the resolver notifies when all possible address types are complete.
421
421
This configuration is applicable for `DnsNameResolver#resolveAll(String)`. By default, this setting is enabled.
422
+
| `dnsAddressResolverGroupProvider` | Sets a custom function to create a `DnsAddressResolverGroup` given a `DnsNameResolverBuilder`
422
423
| `disableOptionalRecord` | Disables the automatic inclusion of an optional record that tries to give a hint to the remote DNS server about
423
424
how much data the resolver can read per response. By default, this setting is enabled.
424
425
| `disableRecursionDesired` | Specifies whether this resolver has to send a DNS query with the recursion desired (RD) flag set.
0 commit comments