MCPcopy Create free account
hub / github.com/M66B/FairEmail / getHost

Method getHost

app/src/main/java/javax/mail/URLName.java:358–360  ·  view source on GitHub ↗

Returns the host of this URLName. Returns null if this URLName has no host. @return the host name

()

Source from the content-addressed store, hash-verified

356 * @return the host name
357 */
358 public String getHost() {
359 return host;
360 }
361
362 /**
363 * Returns the user name of this URLName.

Callers 7

getURLMethod · 0.95
getURLNameMethod · 0.95
getURLNameMethod · 0.95
uploadMethod · 0.45
verifiedConnectMethod · 0.45
ServiceMethod · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected