MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / setSchemeSpecificPart

Method setSchemeSpecificPart

Ports/CLDC11/src/java/net/URI.java:258–260  ·  view source on GitHub ↗
(String ssp, boolean encode)

Source from the content-addressed store, hash-verified

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,

Callers 1

URIMethod · 0.95

Calls 1

Tested by

no test coverage detected