Get the host name part of the URI. @return the host name part of the URI.
()
| 612 | * @return the host name part of the URI. |
| 613 | */ |
| 614 | public String getHost() { |
| 615 | return host; |
| 616 | } |
| 617 | |
| 618 | /** |
| 619 | * Get the port number for this URI. |
no outgoing calls
no test coverage detected