Returns the path component of this URI in its originally parsed, possibly percent-encoded form.
()
| 543 | * Returns the path component of this URI in its originally parsed, possibly percent-encoded form. |
| 544 | */ |
| 545 | public String getRawPath() { |
| 546 | return path; |
| 547 | } |
| 548 | |
| 549 | /** |
| 550 | * Returns the query component of this URI in its originally parsed, possibly percent-encoded |
no outgoing calls