HostAndPort.parseString

* Creates HostAndPort instance from string. * string must be in ( host ~ ":" ~ port ) format. * Port is mandatory. Can convert host part. * @see #convertHost(string) * @param from string to parse * @return HostAndPort instance

class HostAndPort
static
parseString
(
string from
)

Meta