public class Jaxmpp
extends tigase.jaxmpp.core.client.JaxmppCore
| Constructor and Description |
|---|
Jaxmpp() |
Jaxmpp(tigase.jaxmpp.core.client.SessionObject sessionObject) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkTimeouts() |
protected tigase.jaxmpp.core.client.Connector |
createConnector() |
void |
disconnect() |
void |
execute(Runnable r) |
ConnectionConfiguration |
getConnectionConfiguration() |
tigase.jaxmpp.core.client.PacketWriter |
getWriter() |
protected void |
init() |
void |
login() |
protected void |
login(String boshUrl) |
protected void |
onException(tigase.jaxmpp.core.client.exceptions.JaxmppException e) |
protected void |
onResourceBindSuccess(tigase.jaxmpp.core.client.JID bindedJID) |
protected void |
onStreamError(tigase.jaxmpp.core.client.connector.StreamError condition,
Throwable caught) |
protected void |
onStreamResumed(Long h,
String previd) |
protected void |
onStreamTerminated() |
void |
storeSession() |
createEventBus, get, getConnector, getContext, getEventBus, getModule, getModulesManager, getProperties, getSessionObject, isConnected, isSecure, keepalive, modulesInit, onConnectorStopped, onStanzaReceived, onUnacknowledged, send, send, send, setpublic Jaxmpp()
public Jaxmpp(tigase.jaxmpp.core.client.SessionObject sessionObject)
protected void checkTimeouts()
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected tigase.jaxmpp.core.client.Connector createConnector()
public void disconnect()
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
disconnect in class tigase.jaxmpp.core.client.JaxmppCoretigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void execute(Runnable r)
execute in class tigase.jaxmpp.core.client.JaxmppCorepublic ConnectionConfiguration getConnectionConfiguration()
getConnectionConfiguration in class tigase.jaxmpp.core.client.JaxmppCorepublic tigase.jaxmpp.core.client.PacketWriter getWriter()
protected void init()
init in class tigase.jaxmpp.core.client.JaxmppCorepublic void login()
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
login in class tigase.jaxmpp.core.client.JaxmppCoretigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected void login(String boshUrl) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected void onException(tigase.jaxmpp.core.client.exceptions.JaxmppException e)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
onException in class tigase.jaxmpp.core.client.JaxmppCoretigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected void onResourceBindSuccess(tigase.jaxmpp.core.client.JID bindedJID)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
onResourceBindSuccess in class tigase.jaxmpp.core.client.JaxmppCoretigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected void onStreamError(tigase.jaxmpp.core.client.connector.StreamError condition,
Throwable caught)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
onStreamError in class tigase.jaxmpp.core.client.JaxmppCoretigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected void onStreamResumed(Long h, String previd) throws tigase.jaxmpp.core.client.exceptions.JaxmppException
onStreamResumed in class tigase.jaxmpp.core.client.JaxmppCoretigase.jaxmpp.core.client.exceptions.JaxmppExceptionprotected void onStreamTerminated()
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
onStreamTerminated in class tigase.jaxmpp.core.client.JaxmppCoretigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic void storeSession()
Copyright © 2006–2015 Tigase. All rights reserved.