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

Method getRawQuery

Ports/CLDC11/src/java/net/URI.java:577–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

575 ///
576 /// the query part of the URI.
577 public String getRawQuery() {
578 return query;
579 }
580
581 /// Get the decoded fragment (otherwise known as the "reference" or
582 /// "anchor") part of the uri. The anchor marker (#) itself is not

Callers 3

doHandshakeMethod · 0.95
doHandshakeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected