public static interface NetworkService.CustomNameResolver
| Modifier and Type | Method and Description |
|---|---|
java.net.InetAddress[] |
resolveDefault()
Resolves the default value if possible.
|
java.net.InetAddress[] |
resolveIfPossible(java.lang.String value)
Resolves a custom value handling, return null if can't handle it.
|
java.net.InetAddress[] resolveDefault()
java.net.InetAddress[] resolveIfPossible(java.lang.String value)
throws java.io.IOException
java.io.IOException