Uses of Class
org.kiwiproject.net.SimpleHostAndPort
-
Packages that use SimpleHostAndPort Package Description org.kiwiproject.net -
-
Uses of SimpleHostAndPort in org.kiwiproject.net
Methods in org.kiwiproject.net that return SimpleHostAndPort Modifier and Type Method Description static SimpleHostAndPortSimpleHostAndPort. from(String hostPortString)ParsehostPortStringassuming formathost:portstatic SimpleHostAndPortSimpleHostAndPort. from(String hostPortString, String defaultHost, int defaultPort)ParsehostPortStringassuming formathost:port; if it is blank, use the specifieddefaultHostanddefaultPortvalues to create a linkSimpleHostAndPort.
-