Returns the host component of this URI in its originally parsed, possibly percent-encoded form.
()
| 435 | * Returns the host component of this URI in its originally parsed, possibly percent-encoded form. |
| 436 | */ |
| 437 | @Nullable |
| 438 | public String getRawHost() { |
| 439 | return host; |
| 440 | } |
| 441 | |
| 442 | /** Returns the "port" component of this URI, or -1 if empty or not present. */ |
| 443 | public int getPort() { |
no outgoing calls