Returns the port number of this URLName. Returns -1 if the port is not set. @return the port number
()
| 316 | * @return the port number |
| 317 | */ |
| 318 | public int getPort() { |
| 319 | return port; |
| 320 | } |
| 321 | |
| 322 | /** |
| 323 | * Returns the protocol of this URLName. |
no outgoing calls
no test coverage detected