Returns the scheme of this URI.
()
| 334 | |
| 335 | /** Returns the scheme of this URI. */ |
| 336 | public String getScheme() { |
| 337 | return scheme; |
| 338 | } |
| 339 | |
| 340 | /** |
| 341 | * Returns the percent-decoded "Authority" component of this URI, or null if not present. |
no outgoing calls