Class CrowdProperties

java.lang.Object
org.jivesoftware.openfire.crowd.CrowdProperties

public class CrowdProperties extends Object
Reading the file crowd.properties which should be found in the conf folder of openfire
  • Constructor Details

  • Method Details

    • getApplicationName

      public String getApplicationName()
    • getApplicationPassword

      public String getApplicationPassword()
    • getCrowdServerUrl

      public String getCrowdServerUrl()
    • getHttpProxyHost

      public String getHttpProxyHost()
    • getHttpProxyPort

      public int getHttpProxyPort()
    • getHttpProxyUsername

      public String getHttpProxyUsername()
    • getHttpProxyPassword

      public String getHttpProxyPassword()
    • getHttpMaxConnections

      public int getHttpMaxConnections()
    • getHttpConnectionTimeout

      public int getHttpConnectionTimeout()
    • getHttpSocketTimeout

      public int getHttpSocketTimeout()