Gets the decoded path part of this URI. @return the decoded path part or null if undefined.
()
| 1162 | * @return the decoded path part or {@code null} if undefined. |
| 1163 | */ |
| 1164 | public String getPath() { |
| 1165 | return decode(path); |
| 1166 | } |
| 1167 | |
| 1168 | /** |
| 1169 | * Gets the port number of this URI. |