Gets the decoded authority part of this URI. @return the decoded authority part or null if undefined.
()
| 1135 | * @return the decoded authority part or {@code null} if undefined. |
| 1136 | */ |
| 1137 | public String getAuthority() { |
| 1138 | return decode(authority); |
| 1139 | } |
| 1140 | |
| 1141 | /** |
| 1142 | * Gets the decoded fragment part of this URI. |