Gets the decoded fragment part of this URI. @return the decoded fragment part or null if undefined.
()
| 1144 | * @return the decoded fragment part or {@code null} if undefined. |
| 1145 | */ |
| 1146 | public String getFragment() { |
| 1147 | return decode(fragment); |
| 1148 | } |
| 1149 | |
| 1150 | /** |
| 1151 | * Gets the host part of this URI. |