Modifier and Type | Method and Description |
---|---|
static ResolvedAddressTypes |
ResolvedAddressTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResolvedAddressTypes[] |
ResolvedAddressTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InetAddress |
DefaultHostsFileEntriesResolver.address(String inetHost,
ResolvedAddressTypes resolvedAddressTypes) |
InetAddress |
HostsFileEntriesResolver.address(String inetHost,
ResolvedAddressTypes resolvedAddressTypes)
Resolve the address of a hostname against the entries in a hosts file, depending on some address types.
|
Copyright © 2008–2019 The Netty Project. All rights reserved.