Uses of Interface
org.apache.ivy.util.url.TimeoutConstrainedURLHandler
Packages that use TimeoutConstrainedURLHandler
-
Uses of TimeoutConstrainedURLHandler in org.apache.ivy.util.url
Classes in org.apache.ivy.util.url that implement TimeoutConstrainedURLHandlerModifier and TypeClassDescriptionclass
class
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 TimeoutConstrainedURLHandlerModifier and TypeMethodDescriptionstatic 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.