Uses of Interface
org.apache.ivy.util.url.TimeoutConstrainedURLHandler
-
Packages that use TimeoutConstrainedURLHandler Package Description org.apache.ivy.util.url -
-
Uses of TimeoutConstrainedURLHandler in org.apache.ivy.util.url
Classes in org.apache.ivy.util.url that implement TimeoutConstrainedURLHandler Modifier and Type Class Description classBasicURLHandlerclassHttpClientHandlerclassURLHandlerDispatcherAn implementation ofURLHandlerwhich uses an underlyingURLHandlerper protocol and a fallback defaultURLHandlerfor dealing with downloads, uploads and general reachability checksMethods in org.apache.ivy.util.url that return TimeoutConstrainedURLHandler Modifier and Type Method Description static TimeoutConstrainedURLHandlerURLHandlerRegistry. 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.
-