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

Method getQuerySeparator

vm/JavaAPI/src/java/net/URI.java:753–755  ·  view source on GitHub ↗

Get the character used for separating query. Normally this will return '?'. On J2ME Connector URLs, this method will return ';'.

()

Source from the content-addressed store, hash-verified

751 * '?'. On J2ME Connector URLs, this method will return ';'.
752 */
753 char getQuerySeparator() {
754 return querySeparator;
755 }
756
757 /**
758 * @return the uri as a string

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected