Gets the path part of this URI in raw form. @return the encoded path part or null if undefined.
()
| 1207 | * @return the encoded path part or {@code null} if undefined. |
| 1208 | */ |
| 1209 | public String getRawPath() { |
| 1210 | return path; |
| 1211 | } |
| 1212 | |
| 1213 | /** |
| 1214 | * Gets the query part of this URI in raw form. |