Uses of Interface
org.apache.ivy.util.url.URLHandler
Packages that use URLHandler
-
Uses of URLHandler in org.apache.ivy.util.url
Subinterfaces of URLHandler in org.apache.ivy.util.urlModifier and TypeInterfaceDescriptioninterface
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 URLHandlerModifier and TypeClassDescriptionclass
class
class
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 URLHandlerModifier and TypeFieldDescriptionprivate URLHandler
URLHandlerDispatcher.defaultHandler
private static URLHandler
URLHandlerRegistry.defaultHandler
Fields in org.apache.ivy.util.url with type parameters of type URLHandlerModifier and TypeFieldDescriptionprivate final Map<String,
URLHandler> URLHandlerDispatcher.handlers
Methods in org.apache.ivy.util.url that return URLHandlerModifier and TypeMethodDescriptionURLHandlerDispatcher.getDefault()
static URLHandler
URLHandlerRegistry.getDefault()
URLHandlerDispatcher.getHandler
(String protocol) Methods in org.apache.ivy.util.url with parameters of type URLHandlerModifier and TypeMethodDescriptionvoid
URLHandlerDispatcher.setDefault
(URLHandler default1) static void
URLHandlerRegistry.setDefault
(URLHandler def) void
URLHandlerDispatcher.setDownloader
(String protocol, URLHandler downloader)