public interface ConnectionManager extends 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(JaxmppCore jaxmpp,
ConnectionSession session) |
void |
connectUdp(JaxmppCore jaxmpp,
ConnectionSession session) |
void |
initConnection(JaxmppCore jaxmpp,
ConnectionSession session,
ConnectionManager.InitializedCallback callback) |
setContextvoid connectTcp(JaxmppCore jaxmpp, ConnectionSession session) throws JaxmppException
JaxmppExceptionvoid connectUdp(JaxmppCore jaxmpp, ConnectionSession session) throws JaxmppException
JaxmppExceptionvoid initConnection(JaxmppCore jaxmpp, ConnectionSession session, ConnectionManager.InitializedCallback callback) throws JaxmppException
JaxmppExceptionCopyright © 2006–2016 Tigase. All rights reserved.