Get the encoded query part of the uri. The query marker (?) itself is not included in the result. @return the query part of the URI.
()
| 662 | * @return the query part of the URI. |
| 663 | */ |
| 664 | public String getRawQuery() { |
| 665 | return query; |
| 666 | } |
| 667 | |
| 668 | /** |
| 669 | * Get the decoded fragment (otherwise known as the "reference" or |
no outgoing calls
no test coverage detected