Uses of Interface
org.apache.ivy.util.url.URLHandler
-
Packages that use URLHandler Package Description org.apache.ivy.util.url -
-
Uses of URLHandler in org.apache.ivy.util.url
Subinterfaces of URLHandler in org.apache.ivy.util.url Modifier and Type Interface Description interface
TimeoutConstrainedURLHandler
A enhanced version ofURLHandler
which respectsTimeoutConstraint
s on the operations dealing with download, upload, reachability checks etc...Classes in org.apache.ivy.util.url that implement URLHandler Modifier and Type Class Description class
AbstractURLHandler
class
BasicURLHandler
class
HttpClientHandler
class
URLHandlerDispatcher
An implementation ofURLHandler
which uses an underlyingURLHandler
per protocol and a fallback defaultURLHandler
for dealing with downloads, uploads and general reachability checksFields in org.apache.ivy.util.url declared as URLHandler Modifier and Type Field Description private URLHandler
URLHandlerDispatcher. defaultHandler
private static URLHandler
URLHandlerRegistry. defaultHandler
Fields in org.apache.ivy.util.url with type parameters of type URLHandler Modifier and Type Field Description private java.util.Map<java.lang.String,URLHandler>
URLHandlerDispatcher. handlers
Methods in org.apache.ivy.util.url that return URLHandler Modifier and Type Method Description URLHandler
URLHandlerDispatcher. getDefault()
static URLHandler
URLHandlerRegistry. getDefault()
URLHandler
URLHandlerDispatcher. getHandler(java.lang.String protocol)
Methods in org.apache.ivy.util.url with parameters of type URLHandler Modifier and Type Method Description void
URLHandlerDispatcher. setDefault(URLHandler default1)
static void
URLHandlerRegistry. setDefault(URLHandler def)
void
URLHandlerDispatcher. setDownloader(java.lang.String protocol, URLHandler downloader)
-