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 interfaceTimeoutConstrainedURLHandlerA enhanced version ofURLHandlerwhich respectsTimeoutConstraints 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 classAbstractURLHandlerclassBasicURLHandlerclassHttpClientHandlerclassURLHandlerDispatcherAn 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 URLHandler Modifier and Type Field Description private URLHandlerURLHandlerDispatcher. defaultHandlerprivate static URLHandlerURLHandlerRegistry. defaultHandlerFields 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. handlersMethods in org.apache.ivy.util.url that return URLHandler Modifier and Type Method Description URLHandlerURLHandlerDispatcher. getDefault()static URLHandlerURLHandlerRegistry. getDefault()URLHandlerURLHandlerDispatcher. getHandler(java.lang.String protocol)Methods in org.apache.ivy.util.url with parameters of type URLHandler Modifier and Type Method Description voidURLHandlerDispatcher. setDefault(URLHandler default1)static voidURLHandlerRegistry. setDefault(URLHandler def)voidURLHandlerDispatcher. setDownloader(java.lang.String protocol, URLHandler downloader)
-