Package | Description |
---|---|
com.impossibl.postgres.api.data |
Modifier and Type | Method and Description |
---|---|
InetAddr.Family |
InetAddr.getFamily() |
static InetAddr.Family |
InetAddr.Family.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InetAddr.Family[] |
InetAddr.Family.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static InetAddr |
InetAddr.parseInetAddr(String inetAddr,
boolean allowShortNotation,
InetAddr.Family family) |
protected static Object[] |
InetAddr.parseN(String inetAddr,
boolean allowShortNotation,
InetAddr.Family family) |
Copyright © 2013-2015 impossibl.com. All Rights Reserved.