org.apache.ivy.util.url
public abstract class AbstractURLHandler extends Object implements URLHandler
Method Summary | |
---|---|
long | getContentLength(URL url) |
long | getContentLength(URL url, int timeout) |
long | getLastModified(URL url) |
long | getLastModified(URL url, int timeout) |
int | getRequestMethod() |
boolean | isReachable(URL url) |
boolean | isReachable(URL url, int timeout) |
protected String | normalizeToString(URL url) |
protected URL | normalizeToURL(URL url) |
void | setRequestMethod(int requestMethod) |
protected void | validatePutStatusCode(URL dest, int statusCode, String statusMessage) |