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

Method getHost

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

Get the host name part of the URI. @return the host name part of the URI.

()

Source from the content-addressed store, hash-verified

612 * @return the host name part of the URI.
613 */
614 public String getHost() {
615 return host;
616 }
617
618 /**
619 * Get the port number for this URI.

Callers 2

normalizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected