public class ConnectionManager extends Object implements tigase.jaxmpp.core.client.Connector.StateChangedHandler, tigase.jaxmpp.core.client.connector.SeeOtherHostHandler, tigase.jaxmpp.core.client.xmpp.modules.ContextAware
| Constructor and Description |
|---|
ConnectionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
connectionFailure(String seeHost,
boolean hostFailure) |
boolean |
initialize(Jaxmpp jaxmpp_) |
void |
onSeeOtherHost(String seeHost,
tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean handled) |
void |
onStateChanged(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.Connector.State oldState,
tigase.jaxmpp.core.client.Connector.State newState) |
void |
setContext(tigase.jaxmpp.core.client.Context context) |
public void setContext(tigase.jaxmpp.core.client.Context context)
setContext in interface tigase.jaxmpp.core.client.xmpp.modules.ContextAwarepublic boolean initialize(Jaxmpp jaxmpp_) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void onStateChanged(tigase.jaxmpp.core.client.SessionObject sessionObject,
tigase.jaxmpp.core.client.Connector.State oldState,
tigase.jaxmpp.core.client.Connector.State newState)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
onStateChanged in interface tigase.jaxmpp.core.client.Connector.StateChangedHandlertigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void onSeeOtherHost(String seeHost, tigase.jaxmpp.core.client.xmpp.utils.MutableBoolean handled)
onSeeOtherHost in interface tigase.jaxmpp.core.client.connector.SeeOtherHostHandlerpublic void connectionFailure(String seeHost, boolean hostFailure)
Copyright © 2006–2015 Tigase. All rights reserved.