()
| 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 | /// |
no outgoing calls
no test coverage detected