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

Method getRawPath

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

Source from the content-addressed store, hash-verified

555 /// @return the query part of the URI, or an empty string if no path is
556 /// included in the URI.
557 public String getRawPath() {
558 return path;
559 }
560
561 /// Get the decoded query part of the uri. The query marker (?) itself is not
562 /// included in the result.

Callers 3

doHandshakeMethod · 0.95
doHandshakeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected