public class BulkLoaderURLStreamHandlerFactory extends Object implements URLStreamHandlerFactory
This class should be installed as the default URL stream handler factory at application startup.
All non-standard URL schemes supported by DSBulk should have a corresponding URLStreamHandlerProvider registered via the Service Loader API.
| Modifier and Type | Method and Description |
|---|---|
URLStreamHandler |
createURLStreamHandler(String protocol) |
static void |
install()
Install this URL stream handler factory as the default factory for the JVM.
|
public static void install()
Installation must be done only once, typically when the JVM starts. Attempting to call this method more than once results in a no-op.
public URLStreamHandler createURLStreamHandler(String protocol)
createURLStreamHandler in interface URLStreamHandlerFactoryCopyright © 2017–2021 DataStax. All rights reserved.