Class URLHandlerRegistry
java.lang.Object
org.apache.ivy.util.url.URLHandlerRegistry
-
Method Summary
Modifier and TypeMethodDescriptionstatic URLHandlerstatic TimeoutConstrainedURLHandlergetHttp()This method is used to get appropriate http downloader depending on HttpComponents HttpClient availability in classpath, or simply use jdk url handling in other cases.static voidsetDefault(URLHandler def)
-
Method Details
-
getDefault
-
setDefault
-
getHttp
This method is used to get appropriate http downloader depending on HttpComponents HttpClient availability in classpath, or simply use jdk url handling in other cases.- Returns:
- most accurate http downloader
-