Gets the decoded user-info part of this URI. @return the decoded user-info part or null if undefined.
()
| 1261 | * @return the decoded user-info part or {@code null} if undefined. |
| 1262 | */ |
| 1263 | public String getUserInfo() { |
| 1264 | return decode(userinfo); |
| 1265 | } |
| 1266 | |
| 1267 | /** |
| 1268 | * Gets the hashcode value of this URI instance. |