Uses of Interface
tigase.jaxmpp.core.client.SessionObject

Packages that use SessionObject
tigase.jaxmpp.core.client   
tigase.jaxmpp.core.client.connector   
tigase.jaxmpp.core.client.observer   
tigase.jaxmpp.core.client.xmpp.modules   
tigase.jaxmpp.core.client.xmpp.modules.adhoc   
tigase.jaxmpp.core.client.xmpp.modules.auth   
tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms   
tigase.jaxmpp.core.client.xmpp.modules.chat   
tigase.jaxmpp.core.client.xmpp.modules.disco   
tigase.jaxmpp.core.client.xmpp.modules.jingle   
tigase.jaxmpp.core.client.xmpp.modules.muc   
tigase.jaxmpp.core.client.xmpp.modules.presence   
tigase.jaxmpp.core.client.xmpp.modules.pubsub   
tigase.jaxmpp.core.client.xmpp.modules.registration   
tigase.jaxmpp.core.client.xmpp.modules.roster   
tigase.jaxmpp.core.client.xmpp.modules.vcard   
 

Uses of SessionObject in tigase.jaxmpp.core.client
 

Classes in tigase.jaxmpp.core.client that implement SessionObject
 class AbstractSessionObject
          Default representation of SessionObject
 

Fields in tigase.jaxmpp.core.client declared as SessionObject
protected  SessionObject ConnectionConfiguration.sessionObject
           
protected  SessionObject AbstractStanzaHandler.sessionObject
           
 

Methods in tigase.jaxmpp.core.client that return SessionObject
 SessionObject JaxmppCore.getSessionObject()
           
 SessionObject SessionObject.setProperty(String key, Object value)
          Set property.
 SessionObject AbstractSessionObject.setProperty(String key, Object value)
          Set property.
 

Methods in tigase.jaxmpp.core.client with parameters of type SessionObject
<T extends JaxmppCore>
T
MultiJaxmpp.get(SessionObject sessionObject)
          Returns instance of JaxmppCore connected registered for specific user account represented by SessionObject.
 Runnable ResponseManager.getResponseHandler(Element element, PacketWriter writer, SessionObject sessionObject)
          Returns handler for response of sent stanza.
 

Constructors in tigase.jaxmpp.core.client with parameters of type SessionObject
AbstractStanzaHandler(Element element, PacketWriter writer, SessionObject sessionObject)
           
ConnectionConfiguration(SessionObject sessionObject)
           
Connector.ConnectorEvent(EventType type, SessionObject sessionObject)
           
JaxmppCore.JaxmppEvent(EventType type, SessionObject sessionObject)
           
JaxmppCore(SessionObject sessionObject)
           
Processor.FeatureNotImplementedResponse(Element element, PacketWriter writer, SessionObject sessionObject)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.connector
 

Fields in tigase.jaxmpp.core.client.connector declared as SessionObject
protected  SessionObject AbstractBoshConnector.sessionObject
           
 

Methods in tigase.jaxmpp.core.client.connector with parameters of type SessionObject
protected  void AbstractBoshConnector.fireOnConnected(SessionObject sessionObject)
           
protected  void AbstractBoshConnector.fireOnError(int responseCode, String responseData, Element response, Throwable caught, SessionObject sessionObject)
           
protected  void AbstractBoshConnector.fireOnStanzaReceived(int responseCode, String responseData, Element response, SessionObject sessionObject)
           
protected  void AbstractBoshConnector.fireOnTerminate(int responseCode, String responseData, Element response, SessionObject sessionObject)
           
 

Constructors in tigase.jaxmpp.core.client.connector with parameters of type SessionObject
AbstractBoshConnector.BoshConnectorEvent(EventType type, SessionObject sessionObject)
           
AbstractBoshConnector(Observable parentObservable, SessionObject sessionObject)
           
BoshXmppSessionLogic(Connector connector, XmppModulesManager modulesManager, SessionObject sessionObject, PacketWriter writer)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.observer
 

Methods in tigase.jaxmpp.core.client.observer that return SessionObject
 SessionObject BaseEvent.getSessionObject()
           
 

Methods in tigase.jaxmpp.core.client.observer with parameters of type SessionObject
 void Observable.fireEvent(EventType eventType, SessionObject sessionObject)
          Fires BaseEvent.
 void DefaultObservable.fireEvent(EventType eventType, SessionObject sessionObject)
          Fires BaseEvent.
 

Constructors in tigase.jaxmpp.core.client.observer with parameters of type SessionObject
BaseEvent(EventType type, SessionObject sessionObject)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules
 

Fields in tigase.jaxmpp.core.client.xmpp.modules declared as SessionObject
protected  SessionObject StreamFeaturesModule.sessionObject
           
protected  SessionObject SessionEstablishmentModule.sessionObject
           
protected  SessionObject ResourceBinderModule.sessionObject
           
protected  SessionObject AbstractStanzaModule.sessionObject
           
protected  SessionObject AbstractIQModule.sessionObject
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules with parameters of type SessionObject
static boolean SessionEstablishmentModule.isSessionEstablishingAvailable(SessionObject sessionObject)
           
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules with parameters of type SessionObject
AbstractIQModule(Observable observable, SessionObject sessionObject, PacketWriter packetWriter)
           
AbstractStanzaModule(Observable observable, SessionObject sessionObject, PacketWriter packetWriter)
           
BookmarksModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
PingModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
ResourceBinderModule.ResourceBindEvent(EventType type, SessionObject sessionObject)
           
ResourceBinderModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
SessionEstablishmentModule.SessionEstablishmentEvent(EventType type, SessionObject sessionObject)
           
SessionEstablishmentModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
SoftwareVersionModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
StreamFeaturesModule.StreamFeaturesReceivedEvent(Element features, SessionObject sessionObject)
           
StreamFeaturesModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.adhoc
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.adhoc with parameters of type SessionObject
AdHocCommansModule(Observable parent, SessionObject sessionObject, PacketWriter packetWriter, DiscoItemsModule discoItemsModule, DiscoInfoModule discoInfoModule)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.auth
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.auth declared as SessionObject
protected  SessionObject SaslModule.sessionObject
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.auth with parameters of type SessionObject
 String SaslMechanism.evaluateChallenge(String input, SessionObject sessionObject)
           
static List<String> SaslModule.getAllowedSASLMechanisms(SessionObject sessionObject)
           
 boolean SaslMechanism.isAllowedToUse(SessionObject sessionObject)
           
static boolean AuthModule.isAuthAvailable(SessionObject sessionObject)
           
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.auth with parameters of type SessionObject
AuthModule.AuthEvent(EventType type, SessionObject sessionObject)
           
AuthModule.DefaultCredentialsCallback(SessionObject sessionObject)
           
AuthModule(Observable parentObservable, SessionObject sessionObject, XmppModulesManager modulesManager)
           
NonSaslAuthModule.NonSaslAuthEvent(EventType type, SessionObject sessionObject)
           
NonSaslAuthModule(Observable parent, SessionObject sessionObject, PacketWriter packetWriter)
           
SaslModule.SaslEvent(EventType type, SessionObject sessionObject)
           
SaslModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.auth.saslmechanisms with parameters of type SessionObject
 String PlainMechanism.evaluateChallenge(String input, SessionObject sessionObject)
           
 String AnonymousMechanism.evaluateChallenge(String input, SessionObject sessionObjec)
           
 boolean PlainMechanism.isAllowedToUse(SessionObject sessionObject)
           
 boolean AnonymousMechanism.isAllowedToUse(SessionObject sessionObject)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.chat
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.chat declared as SessionObject
protected  SessionObject AbstractChatManager.sessionObject
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.chat that return SessionObject
 SessionObject Chat.getSessionObject()
           
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.chat with parameters of type SessionObject
Chat(long id, PacketWriter packetWriter, SessionObject sessionObject)
           
MessageModule.AbstractMessageEvent(EventType type, SessionObject sessionObject)
           
MessageModule.MessageEvent(EventType type, SessionObject sessionObject)
           
MessageModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.disco
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.disco with parameters of type SessionObject
DiscoInfoModule.DiscoInfoEvent(EventType type, SessionObject sessionObject)
           
DiscoInfoModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter, XmppModulesManager modulesManager)
           
DiscoItemsModule.DiscoItemEvent(EventType type, SessionObject sessionObject)
           
DiscoItemsModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.jingle
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.jingle with parameters of type SessionObject
JingleModule.JingleSessionAcceptEvent(SessionObject sessionObject, JID sender, String sid, Element description, Element transport)
           
JingleModule.JingleSessionEvent(EventType type, SessionObject sessionObject, JID sender, String sid)
           
JingleModule.JingleSessionInitiationEvent(SessionObject sessionObject, JID sender, String sid, Element description, List<Element> transports)
           
JingleModule.JingleSessionTerminateEvent(SessionObject sessionObject, JID sender, String sid)
           
JingleModule.JingleTransportInfoEvent(SessionObject sessionObject, JID sender, String sid, Element content)
           
JingleModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.muc
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.muc declared as SessionObject
protected  SessionObject AbstractRoomsManager.sessionObject
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.muc that return SessionObject
 SessionObject Room.getSessionObject()
           
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.muc with parameters of type SessionObject
MucModule.MucEvent(EventType type, SessionObject sessionObject)
           
MucModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
Room(long id, PacketWriter writer, BareJID roomJid, String nickname, SessionObject sessionObject)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.presence
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.presence with parameters of type SessionObject
PresenceModule.PresenceEvent(EventType type, SessionObject sessionObject)
           
PresenceModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.pubsub
 

Fields in tigase.jaxmpp.core.client.xmpp.modules.pubsub declared as SessionObject
protected  SessionObject FormSubmitter.sessionObject
           
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.pubsub with parameters of type SessionObject
FormSubmitter(SessionObject sessionObject, PacketWriter packetWriter, JID serviceJID, JabberDataElement form)
           
PubSubModule.PubSubEvent(EventType type, SessionObject sessionObject)
           
PubSubModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.registration
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.registration with parameters of type SessionObject
static boolean InBandRegistrationModule.isRegistrationAvailable(SessionObject sessionObject)
           
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.registration with parameters of type SessionObject
InBandRegistrationModule.RegistrationEvent(EventType type, SessionObject sessionObject)
           
InBandRegistrationModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.roster
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.roster that return SessionObject
 SessionObject RosterItem.getSessionObject()
           
 

Methods in tigase.jaxmpp.core.client.xmpp.modules.roster with parameters of type SessionObject
 String RosterCacheProvider.getCachedVersion(SessionObject sessionObject)
           
 Collection<RosterItem> RosterCacheProvider.loadCachedRoster(SessionObject sessionObject)
           
 void RosterCacheProvider.updateReceivedVersion(SessionObject sessionObject, String ver)
           
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.roster with parameters of type SessionObject
RosterItem(BareJID jid, SessionObject sessionObject)
           
RosterModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
 

Uses of SessionObject in tigase.jaxmpp.core.client.xmpp.modules.vcard
 

Constructors in tigase.jaxmpp.core.client.xmpp.modules.vcard with parameters of type SessionObject
VCardModule(Observable parentObservable, SessionObject sessionObject, PacketWriter packetWriter)
           
 



Copyright © 2006-2012 Tigase. All Rights Reserved.