Package io.deephaven.enterprise.config
Class HttpUrlPropertyInputStreamLoader
java.lang.Object
io.deephaven.enterprise.config.HttpUrlPropertyInputStreamLoader
- All Implemented Interfaces:
com.fishlib.configuration.PropertyInputStreamLoader
public class HttpUrlPropertyInputStreamLoader
extends Object
implements com.fishlib.configuration.PropertyInputStreamLoader
A
PropertyInputStreamLoader
that loads files via HTTP GET requests to the specified host-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
openConfiguration
(String name) static void
setServerUrl
(String serverUrl)
-
Constructor Details
-
HttpUrlPropertyInputStreamLoader
public HttpUrlPropertyInputStreamLoader()
-
-
Method Details
-
setServerUrl
-
getPriority
public long getPriority()- Specified by:
getPriority
in interfacecom.fishlib.configuration.PropertyInputStreamLoader
-
openConfiguration
public InputStream openConfiguration(String name) throws com.fishlib.configuration.ConfigurationException - Specified by:
openConfiguration
in interfacecom.fishlib.configuration.PropertyInputStreamLoader
- Throws:
com.fishlib.configuration.ConfigurationException
-