Uses of Class
org.apache.ivy.util.url.URLHandler.URLInfo
-
Packages that use URLHandler.URLInfo Package Description org.apache.ivy.util.url -
-
Uses of URLHandler.URLInfo in org.apache.ivy.util.url
Fields in org.apache.ivy.util.url declared as URLHandler.URLInfo Modifier and Type Field Description static URLHandler.URLInfo
URLHandler. UNAVAILABLE
Deprecated.Methods in org.apache.ivy.util.url that return URLHandler.URLInfo Modifier and Type Method Description URLHandler.URLInfo
BasicURLHandler. getURLInfo(java.net.URL url)
URLHandler.URLInfo
BasicURLHandler. getURLInfo(java.net.URL url, int timeout)
URLHandler.URLInfo
BasicURLHandler. getURLInfo(java.net.URL url, TimeoutConstraint timeoutConstraint)
URLHandler.URLInfo
HttpClientHandler. getURLInfo(java.net.URL url)
URLHandler.URLInfo
HttpClientHandler. getURLInfo(java.net.URL url, int timeout)
URLHandler.URLInfo
HttpClientHandler. getURLInfo(java.net.URL url, TimeoutConstraint timeoutConstraint)
URLHandler.URLInfo
TimeoutConstrainedURLHandler. getURLInfo(java.net.URL url, TimeoutConstraint timeoutConstraint)
Returns theURLHandler.URLInfo
extracted from the given url, orURLHandler.UNAVAILABLE
when the url is not reachable.URLHandler.URLInfo
URLHandler. getURLInfo(java.net.URL url)
Deprecated.URLHandler.URLInfo
URLHandler. getURLInfo(java.net.URL url, int timeout)
Deprecated.URLHandler.URLInfo
URLHandlerDispatcher. getURLInfo(java.net.URL url)
URLHandler.URLInfo
URLHandlerDispatcher. getURLInfo(java.net.URL url, int timeout)
URLHandler.URLInfo
URLHandlerDispatcher. getURLInfo(java.net.URL url, TimeoutConstraint timeoutConstraint)
-