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

Method isSocketScheme

Ports/CLDC11/src/java/net/URI.java:499–501  ·  view source on GitHub ↗
(String scheme)

Source from the content-addressed store, hash-verified

497 /// Internal utility method to determine if the given scheme should use
498 /// semicolons (;) for query separator instead of ampersand (&)
499 boolean isSocketScheme(String scheme) {
500 return false;
501 }
502
503 /// Verifies the scheme contains only valid characters as per the URN
504 /// specification (see NID).

Callers 1

setSchemeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected