()
| 226 | |
| 227 | /// Internal - Set the default values. |
| 228 | void init() { |
| 229 | absolute = true; |
| 230 | querySeparator = QUERY_SEPARATOR; |
| 231 | opaque = false; |
| 232 | port = -1; |
| 233 | } |
| 234 | |
| 235 | /// Utility method - set the scheme, ensuring valid format, and determining |
| 236 | /// the query separator to use. |