- url
- the URL to fill in the parsed clear text URL parts.
- spec
- the URL string that is to be parsed.
- start
- the string position from where to begin parsing.
- end
- the string position to stop parsing.
Parses the clear text URL in str into a URL object. URL strings generally have the following format:
http://www.company.com/java/file1.java#reference
The string is parsed in HTTP format. If the protocol has a different URL format this method must be overridden.