Uses of Class
com.impossibl.postgres.api.data.InetAddr.Family
-
Packages that use InetAddr.Family Package Description com.impossibl.postgres.api.data -
-
Uses of InetAddr.Family in com.impossibl.postgres.api.data
Methods in com.impossibl.postgres.api.data that return InetAddr.Family Modifier and Type Method 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.Methods in com.impossibl.postgres.api.data with parameters of type InetAddr.Family Modifier and Type Method Description static InetAddr
InetAddr. parseInetAddr(String inetAddr, boolean allowShortNotation, InetAddr.Family family)
protected static Object[]
InetAddr. parseN(String inetAddr, boolean allowShortNotation, InetAddr.Family family)
-