Internal - Set the default values.
()
| 253 | * Internal - Set the default values. |
| 254 | */ |
| 255 | void init() { |
| 256 | absolute = true; |
| 257 | querySeparator = QUERY_SEPARATOR; |
| 258 | opaque = false; |
| 259 | port = -1; |
| 260 | } |
| 261 | |
| 262 | /** |
| 263 | * Utility method - set the scheme, ensuring valid format, and determining |