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

Method getPort

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

Returns the port number of this URLName. Returns -1 if the port is not set. @return the port number

()

Source from the content-addressed store, hash-verified

316 * @return the port number
317 */
318 public int getPort() {
319 return port;
320 }
321
322 /**
323 * Returns the protocol of this URLName.

Callers 7

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

Calls

no outgoing calls

Tested by

no test coverage detected