public final class URLHandlerRegistry
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static URLHandler |
getDefault() |
static URLHandler |
getHttp()
This method is used to get appropriate http downloader dependening on Jakarta Commons
HttpClient availability in classpath, or simply use jdk url handling in other cases.
|
static void |
setDefault(URLHandler def) |
public static URLHandler getDefault()
public static void setDefault(URLHandler def)
public static URLHandler getHttp()