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

Method getHost

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

Source from the content-addressed store, hash-verified

525 ///
526 /// the host name part of the URI.
527 public String getHost() {
528 return host;
529 }
530
531 /// Get the port number for this URI.
532 ///

Callers 5

doHandshakeMethod · 0.95
getCookiesForURLMethod · 0.95
onLoadResourceMethod · 0.95
doHandshakeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected