Gets the query part of this URI in raw form. @return the encoded query part or null if undefined.
()
| 1216 | * @return the encoded query part or {@code null} if undefined. |
| 1217 | */ |
| 1218 | public String getRawQuery() { |
| 1219 | return query; |
| 1220 | } |
| 1221 | |
| 1222 | /** |
| 1223 | * Gets the scheme-specific part of this URI in raw form. |