Java io.netty.resolver.dns DnsServerAddresses fields, constructors, methods, implement or subclass

Example usage for Java io.netty.resolver.dns DnsServerAddresses fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.resolver.dns DnsServerAddresses.

The text is from its open source code.

Method

DnsServerAddressesdefaultAddresses()
DnsServerAddressesrotational(Iterable addresses)
Returns the DnsServerAddresses that yields the specified addresses in a rotational sequential order.
DnsServerAddressesrotational(InetSocketAddress... addresses)
Returns the DnsServerAddresses that yields the specified addresses in a rotational sequential order.
DnsServerAddressessequential(Iterable addresses)
Returns the DnsServerAddresses that yields the specified addresses sequentially.
DnsServerAddressessequential(InetSocketAddress... addresses)
Returns the DnsServerAddresses that yields the specified addresses sequentially.
DnsServerAddressesshuffled(Iterable addresses)
Returns the DnsServerAddresses that yields the specified address in a shuffled order.
DnsServerAddressesshuffled(InetSocketAddress... addresses)
Returns the DnsServerAddresses that yields the specified addresses in a shuffled order.
DnsServerAddressStreamstream()
Starts a new infinite stream of DNS server addresses.