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

Method getScheme

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

Get the scheme part of the URI. @return the scheme part of the URI.

()

Source from the content-addressed store, hash-verified

603 * @return the scheme part of the URI.
604 */
605 public String getScheme() {
606 return scheme;
607 }
608
609 /**
610 * Get the host name part of the URI.

Callers 4

relativizeMethod · 0.95
resolveMethod · 0.95
normalizeMethod · 0.95
invoke0Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected