tigase.jaxmpp.core.client.connector
Class BoshXmppSessionLogic
java.lang.Object
tigase.jaxmpp.core.client.connector.BoshXmppSessionLogic
- All Implemented Interfaces:
- XmppSessionLogic
public class BoshXmppSessionLogic
- extends Object
- implements XmppSessionLogic
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AUTHORIZED
@Deprecated
public static final String AUTHORIZED
- Deprecated.
- See Also:
- Constant Field Values
BoshXmppSessionLogic
public BoshXmppSessionLogic(Connector connector,
XmppModulesManager modulesManager,
SessionObject sessionObject,
PacketWriter writer)
beforeStart
public void beforeStart()
throws JaxmppException
- Description copied from interface:
XmppSessionLogic
- Method executed just before login process is started. In this method
implementation should register listeners.
- Specified by:
beforeStart in interface XmppSessionLogic
- Throws:
JaxmppException
processException
protected void processException(JaxmppException e)
throws JaxmppException
- Throws:
JaxmppException
processNonSaslEvent
protected void processNonSaslEvent(NonSaslAuthModule.NonSaslAuthEvent be)
throws JaxmppException
- Throws:
JaxmppException
processResourceBindEvent
protected void processResourceBindEvent(ResourceBinderModule.ResourceBindEvent be)
throws JaxmppException
- Throws:
JaxmppException
processSaslEvent
protected void processSaslEvent(SaslModule.SaslEvent be)
throws JaxmppException
- Throws:
JaxmppException
processStreamFeatures
protected void processStreamFeatures(StreamFeaturesModule.StreamFeaturesReceivedEvent be)
throws JaxmppException
- Throws:
JaxmppException
setSessionListener
public void setSessionListener(XmppSessionLogic.SessionListener sessionListener)
throws JaxmppException
- Description copied from interface:
XmppSessionLogic
- Set XmppSessionLogic.SessionListener.
- Specified by:
setSessionListener in interface XmppSessionLogic
- Parameters:
sessionListener - XmppSessionLogic.SessionListener
- Throws:
JaxmppException
unbind
public void unbind()
throws JaxmppException
- Description copied from interface:
XmppSessionLogic
- In this method implementation must unregister all previously registered
listeners.
- Specified by:
unbind in interface XmppSessionLogic
- Throws:
JaxmppException
Copyright © 2006-2012 Tigase. All Rights Reserved.