public abstract class UrlInitializer extends java.lang.Object implements SmackInitializer
getProvidersUrl() and the generic
smack configuration file returned getConfigUrl().| Constructor and Description |
|---|
UrlInitializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate()
A simple wrapper around
initialize() for OSGi, as the activate method of a component
must have a void return type. |
protected java.lang.String |
getConfigUrl() |
protected java.lang.String |
getProvidersUrl() |
java.util.List<java.lang.Exception> |
initialize() |
java.util.List<java.lang.Exception> |
initialize(java.lang.ClassLoader classLoader) |
public final void activate()
initialize() for OSGi, as the activate method of a component
must have a void return type.public java.util.List<java.lang.Exception> initialize()
initialize in interface SmackInitializerpublic java.util.List<java.lang.Exception> initialize(java.lang.ClassLoader classLoader)
initialize in interface SmackInitializerprotected java.lang.String getProvidersUrl()
protected java.lang.String getConfigUrl()