| Package | Description |
|---|---|
| io.netty.channel.socket | |
| io.netty.handler.codec.dns |
DNS codec.
|
| Modifier and Type | Method and Description |
|---|---|
static InternetProtocolFamily2 |
InternetProtocolFamily2.of(java.net.InetAddress address)
Returns the
InternetProtocolFamily for the given InetAddress. |
static InternetProtocolFamily2 |
InternetProtocolFamily2.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InternetProtocolFamily2[] |
InternetProtocolFamily2.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DefaultDnsOptEcsRecord(int maxPayloadSize,
InternetProtocolFamily2 protocolFamily)
Creates a new instance.
|
Copyright © 2018. All Rights Reserved.