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

Method setURLName

app/src/main/java/javax/mail/Service.java:531–533  ·  view source on GitHub ↗

Set the URLName representing this service. Normally used to update the url field after a service has successfully connected. Subclasses should only override this method if their URL does not follow the standard format. In particular, subclasses should override this method if their

(URLName url)

Source from the content-addressed store, hash-verified

529 * @see URLName
530 */
531 protected void setURLName(URLName url) {
532 this.url = url;
533 }
534
535 /**
536 * Add a listener for Connection events on this service. <p>

Callers 1

connectMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected