public interface ConnectionManager
extends tigase.jaxmpp.core.client.xmpp.modules.ContextAware
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConnectionManager.ConnectionClosedHandler |
static interface |
ConnectionManager.ConnectionEstablishedHandler |
static interface |
ConnectionManager.ConnectionFailedHandler |
static interface |
ConnectionManager.InitializedCallback |
| Modifier and Type | Method and Description |
|---|---|
void |
connectTcp(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session) |
void |
connectUdp(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session) |
void |
initConnection(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session,
ConnectionManager.InitializedCallback callback) |
void connectTcp(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionvoid connectUdp(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionvoid initConnection(tigase.jaxmpp.core.client.JaxmppCore jaxmpp,
tigase.jaxmpp.core.client.xmpp.modules.connection.ConnectionSession session,
ConnectionManager.InitializedCallback callback)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionCopyright © 2006–2020 Tigase. All rights reserved.