Returns the query component of this URI in its originally parsed, possibly percent-encoded form, without any leading '?' character, or null if not present. The query component can only be read in its raw form. That’s because virtually everyone uses query as a container for structured data, with
()
| 560 | * would be error-prone. |
| 561 | */ |
| 562 | @Nullable |
| 563 | public String getRawQuery() { |
| 564 | return query; |
| 565 | } |
| 566 | |
| 567 | /** |
| 568 | * Returns the percent-decoded "fragment" component of this URI, or null if not present. |
no outgoing calls