Gets the decoded query part of this URI. @return the decoded query part or null if undefined.
()
| 1180 | * @return the decoded query part or {@code null} if undefined. |
| 1181 | */ |
| 1182 | public String getQuery() { |
| 1183 | return decode(query); |
| 1184 | } |
| 1185 | |
| 1186 | /** |
| 1187 | * Gets the authority part of this URI in raw form. |