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 TypeInterfaceDescriptioninterfaceA enhanced version ofURLHandlerwhich respectsTimeoutConstraints on the operations dealing with download, upload, reachability checks etc...Classes in org.apache.ivy.util.url that implement URLHandlerModifier and TypeClassDescriptionclassclassclassAn implementation ofURLHandlerwhich uses an underlyingURLHandlerper protocol and a fallback defaultURLHandlerfor dealing with downloads, uploads and general reachability checksFields in org.apache.ivy.util.url declared as URLHandlerModifier and TypeFieldDescriptionprivate URLHandlerURLHandlerDispatcher.defaultHandlerprivate static URLHandlerURLHandlerRegistry.defaultHandlerFields in org.apache.ivy.util.url with type parameters of type URLHandlerModifier and TypeFieldDescriptionprivate final Map<String,URLHandler> URLHandlerDispatcher.handlersMethods in org.apache.ivy.util.url that return URLHandlerModifier and TypeMethodDescriptionURLHandlerDispatcher.getDefault()static URLHandlerURLHandlerRegistry.getDefault()URLHandlerDispatcher.getHandler(String protocol) Methods in org.apache.ivy.util.url with parameters of type URLHandlerModifier and TypeMethodDescriptionvoidURLHandlerDispatcher.setDefault(URLHandler default1) static voidURLHandlerRegistry.setDefault(URLHandler def) voidURLHandlerDispatcher.setDownloader(String protocol, URLHandler downloader)