Class ServerInfoConfig

java.lang.Object
com.networknt.info.ServerInfoConfig

public class ServerInfoConfig extends Object
  • Field Details

  • Method Details

    • load

      public static ServerInfoConfig load()
    • load

      public static ServerInfoConfig load(String configName)
    • reload

      public void reload()
    • getMappedConfig

      public Map<String,Object> getMappedConfig()
    • getConfig

      public Config getConfig()
    • getKeysToNotSort

      public List<String> getKeysToNotSort()
    • isEnableServerInfo

      public boolean isEnableServerInfo()
    • setEnableServerInfo

      public void setEnableServerInfo(boolean enableServerInfo)
    • isDownstreamEnabled

      public boolean isDownstreamEnabled()
    • setDownstreamEnabled

      public void setDownstreamEnabled(boolean downstreamEnabled)
    • getDownstreamHost

      public String getDownstreamHost()
    • setDownstreamHost

      public void setDownstreamHost(String downstreamHost)
    • getDownstreamPath

      public String getDownstreamPath()
    • setDownstreamPath

      public void setDownstreamPath(String downstreamPath)