Uses of Class
io.smallrye.stork.utils.HostAndPort
-
Packages that use HostAndPort Package Description io.smallrye.stork.utils -
-
Uses of HostAndPort in io.smallrye.stork.utils
Methods in io.smallrye.stork.utils that return HostAndPort Modifier and Type Method Description static HostAndPortStorkAddressUtils. parseToHostAndPort(String address, int defaultPort, String configPlace)Creates a newHostAndPortinstance from an address.Methods in io.smallrye.stork.utils with parameters of type HostAndPort Modifier and Type Method Description static StringStorkAddressUtils. parseToString(HostAndPort hostAndPort)
-