Gets the scheme-specific part of this URI in raw form. @return the encoded scheme-specific part or null if undefined.
()
| 1225 | * @return the encoded scheme-specific part or {@code null} if undefined. |
| 1226 | */ |
| 1227 | public String getRawSchemeSpecificPart() { |
| 1228 | return schemespecificpart; |
| 1229 | } |
| 1230 | |
| 1231 | /** |
| 1232 | * Gets the user-info part of this URI in raw form. |