public interface ConnectionManager
extends tigase.jaxmpp.core.client.xmpp.modules.ObservableAware
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConnectionManager.InitializedCallback |
| Modifier and Type | Field and Description |
|---|---|
static tigase.jaxmpp.core.client.observer.EventType |
CONNECTION_CLOSED |
static tigase.jaxmpp.core.client.observer.EventType |
CONNECTION_ESTABLISHED |
static tigase.jaxmpp.core.client.observer.EventType |
CONNECTION_FAILED |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(tigase.jaxmpp.core.client.observer.EventType eventType,
tigase.jaxmpp.core.client.observer.Listener<? extends tigase.jaxmpp.core.client.observer.BaseEvent> listener) |
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 |
removeListener(tigase.jaxmpp.core.client.observer.EventType eventType,
tigase.jaxmpp.core.client.observer.Listener<? extends tigase.jaxmpp.core.client.observer.BaseEvent> listener) |
static final tigase.jaxmpp.core.client.observer.EventType CONNECTION_ESTABLISHED
static final tigase.jaxmpp.core.client.observer.EventType CONNECTION_CLOSED
static final tigase.jaxmpp.core.client.observer.EventType CONNECTION_FAILED
void 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.JaxmppExceptionvoid 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 addListener(tigase.jaxmpp.core.client.observer.EventType eventType,
tigase.jaxmpp.core.client.observer.Listener<? extends tigase.jaxmpp.core.client.observer.BaseEvent> listener)
void removeListener(tigase.jaxmpp.core.client.observer.EventType eventType,
tigase.jaxmpp.core.client.observer.Listener<? extends tigase.jaxmpp.core.client.observer.BaseEvent> listener)
Copyright © 2006–2014 Tigase. All rights reserved.