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 class
BasicURLHandler
class
HttpClientHandler
class
URLHandlerDispatcher
An implementation ofURLHandler
which uses an underlyingURLHandler
per protocol and a fallback defaultURLHandler
for dealing with downloads, uploads and general reachability checksMethods in org.apache.ivy.util.url that return TimeoutConstrainedURLHandler Modifier and Type Method Description static TimeoutConstrainedURLHandler
URLHandlerRegistry. 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.
-