Returns the "User Information" component of this URI in its originally parsed, possibly percent-encoded form.
()
| 413 | * percent-encoded form. |
| 414 | */ |
| 415 | @Nullable |
| 416 | public String getRawUserInfo() { |
| 417 | return userInfo; |
| 418 | } |
| 419 | |
| 420 | /** |
| 421 | * Returns the percent-decoded "host" component of this URI, or null if not present. |