(String ssp, boolean encode)
| 256 | /// userinfo, query, fragment), otherwise the elements will be validated for |
| 257 | /// proper encoding. |
| 258 | protected void setSchemeSpecificPart(String ssp, boolean encode) throws URISyntaxException { |
| 259 | parseSchemeSpecificPart(ssp, true); |
| 260 | } |
| 261 | |
| 262 | /// Utility method - set the part, ensuring valid format. If encode=true, |
| 263 | /// then some elements will be run through the encoder (path, userinfo, |
no test coverage detected