* 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
See Implementation
* 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