Returns the raw port component of this URI in its originally parsed form.
()
| 446 | |
| 447 | /** Returns the raw port component of this URI in its originally parsed form. */ |
| 448 | @Nullable |
| 449 | public String getRawPort() { |
| 450 | return port; |
| 451 | } |
| 452 | |
| 453 | /** |
| 454 | * Returns the (possibly empty) percent-decoded "path" component of this URI. |
no outgoing calls