public class WebURL extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
rawQueryPart |
protected URI |
theURL |
Constructor and Description |
---|
WebURL(String url) |
WebURL(String scheme,
String host,
int port,
String path,
String queryPart) |
WebURL(URI theURL) |
WebURL(URI theURL,
String rawQueryPart) |
public WebURL(String url) throws URISyntaxException
URISyntaxException
public WebURL(String scheme, String host, int port, String path, String queryPart) throws URISyntaxException
URISyntaxException
public WebURL(URI theURL)
public WebURL resolve(String raw) throws URISyntaxException
URISyntaxException
public String getPath()
public String getHost()
public String getScheme()
public int getPort()
public String getRawQuery()
public String toASCIIString()