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

Method getProtocol

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

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

()

Source from the content-addressed store, hash-verified

326 * @return the protocol
327 */
328 public String getProtocol() {
329 return protocol;
330 }
331
332 /**
333 * Returns the file name of this URLName.

Callers 10

getURLMethod · 0.95
getURLNameMethod · 0.95
getURLNameMethod · 0.95
setProviderMethod · 0.45
getStoreMethod · 0.45
getTransportMethod · 0.45
getServiceMethod · 0.45
addProviderMethod · 0.45
ServiceMethod · 0.45
connectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected