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

Method getPort

Ports/CLDC11/src/java/net/URI.java:537–539  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

535 /// @return the port number for this URI, or -1 if a port number was not
536 /// specified.
537 public int getPort() {
538 return port;
539 }
540
541 /// Get the decoded path part of the uri.
542 ///

Callers 3

doHandshakeMethod · 0.95
doHandshakeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected