Parse a "tcp://host:port" URI into host string and integer port. Errors fatally on a malformed URI — bug in the caller.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | uri | |||
| character(len=*), | intent(out) | :: | host | |||
| integer, | intent(out) | :: | port |