Returns the scheme component of this URI, e.g. "http", "mailto" or "dns".
()
| 39 | |
| 40 | /** Returns the scheme component of this URI, e.g. "http", "mailto" or "dns". */ |
| 41 | String getScheme(); |
| 42 | |
| 43 | /** |
| 44 | * Returns the authority component of this URI, e.g. "google.com", "127.0.0.1:8080", or null if |
no outgoing calls