| Package | Description |
|---|---|
| io.netty.resolver |
Resolves an arbitrary string that represents the name of an endpoint into an address.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RoundRobinInetSocketAddressResolver
A
AbstractAddressResolver that resolves InetAddress and chooses a single address randomly if multiple
are returned by the NameResolver. |
Copyright © 2008–2016 The Netty Project. All rights reserved.