Gets the decoded scheme-specific part of this URI. @return the decoded scheme-specific part or null if undefined.
()
| 1252 | * @return the decoded scheme-specific part or {@code null} if undefined. |
| 1253 | */ |
| 1254 | public String getSchemeSpecificPart() { |
| 1255 | return decode(schemespecificpart); |
| 1256 | } |
| 1257 | |
| 1258 | /** |
| 1259 | * Gets the decoded user-info part of this URI. |