(String newAuthority, boolean encode)
| 264 | /// query, fragment), otherwise the elements will be validated for proper |
| 265 | /// encoding. |
| 266 | protected void setAuthority(String newAuthority, boolean encode) throws URISyntaxException { |
| 267 | } |
| 268 | |
| 269 | /// Utility method to set the query. If parameter encode=true, then the |
| 270 | /// result will be encoded, otherwise the result will be validated to ensure |
no outgoing calls
no test coverage detected