Get the scheme part of the URI. @return the scheme part of the URI.
()
| 603 | * @return the scheme part of the URI. |
| 604 | */ |
| 605 | public String getScheme() { |
| 606 | return scheme; |
| 607 | } |
| 608 | |
| 609 | /** |
| 610 | * Get the host name part of the URI. |
no outgoing calls
no test coverage detected