ice.util.net
Class URLResolver
java.lang.Object
ice.util.net.URLResolver
- Direct Known Subclasses:
- UrlMaster
- public class URLResolver
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SLASH_URL_RESOLVE
protected static final int SLASH_URL_RESOLVE
- See Also:
- Constant Field Values
REPLACE_URL_RESOLVE
protected static final int REPLACE_URL_RESOLVE
- See Also:
- Constant Field Values
JAVA_URL_RESOLVE
protected static final int JAVA_URL_RESOLVE
- See Also:
- Constant Field Values
URLResolver
public URLResolver()
resolve
public static String resolve(String base,
String fragment)
getResolveType
protected static int getResolveType(String base,
int protocolLength)
getProtocol
public static String getProtocol(String url)
getHost
public static String getHost(String url)
getPort
public static int getPort(String url)
getPath
public static String getPath(String url)
newURL
public static URL newURL(String url)
newURL
public static URL newURL(URL base,
String urlFragment)