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 Details

    • HttpUrlPropertyInputStreamLoader

      public HttpUrlPropertyInputStreamLoader()
  • Method Details

    • setServerUrl

      public static void setServerUrl(@NotNull String serverUrl)
    • getPriority

      public long getPriority()
      Specified by:
      getPriority in interface com.fishlib.configuration.PropertyInputStreamLoader
    • openConfiguration

      public InputStream openConfiguration(String name) throws com.fishlib.configuration.ConfigurationException
      Specified by:
      openConfiguration in interface com.fishlib.configuration.PropertyInputStreamLoader
      Throws:
      com.fishlib.configuration.ConfigurationException