Package org.jivesoftware.openfire.crowd
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 Summary
Constructors Constructor Description CrowdProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getApplicationName()
String
getApplicationPassword()
String
getCrowdServerUrl()
int
getHttpConnectionTimeout()
int
getHttpMaxConnections()
String
getHttpProxyHost()
String
getHttpProxyPassword()
int
getHttpProxyPort()
String
getHttpProxyUsername()
int
getHttpSocketTimeout()
-
-
-
Constructor Detail
-
CrowdProperties
public CrowdProperties() throws IOException
- Throws:
IOException
-
-
Method Detail
-
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()
-
-