Get the port number for this URI. @return the port number for this URI, or -1 if a port number was not specified.
()
| 622 | * specified. |
| 623 | */ |
| 624 | public int getPort() { |
| 625 | return port; |
| 626 | } |
| 627 | |
| 628 | /** |
| 629 | * Get the decoded path part of the uri. |
no outgoing calls
no test coverage detected