| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSessionObject
Default representation of SessionObject
|
| Modifier and Type | Field and Description |
|---|---|
protected SessionObject |
ConnectionConfiguration.sessionObject |
protected SessionObject |
AbstractStanzaHandler.sessionObject |
| Modifier and Type | Method and Description |
|---|---|
SessionObject |
JaxmppCore.getSessionObject() |
SessionObject |
SessionObject.setProperty(SessionObject.Scope scope,
String key,
Object value)
Set property in given scope.
|
SessionObject |
AbstractSessionObject.setProperty(SessionObject.Scope scope,
String key,
Object value) |
SessionObject |
SessionObject.setProperty(String key,
Object value)
Set property in session scope.
|
SessionObject |
AbstractSessionObject.setProperty(String key,
Object value)
Set property in session scope.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSessionObject.fireEvent(EventType eventType,
SessionObject sessionObject) |
<T extends JaxmppCore> |
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. |
| Constructor and Description |
|---|
AbstractSessionObject.ClearedEvent(SessionObject sessionObject,
Set<SessionObject.Scope> scopes) |
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) |
| Modifier and Type | Field and Description |
|---|---|
protected SessionObject |
AbstractBoshConnector.sessionObject |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
AbstractBoshConnector.BoshConnectorEvent(EventType type,
SessionObject sessionObject) |
AbstractBoshConnector(Observable parentObservable,
SessionObject sessionObject) |
BoshXmppSessionLogic(Connector connector,
XmppModulesManager modulesManager,
SessionObject sessionObject,
PacketWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
SessionObject |
BaseEvent.getSessionObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
Observable.fireEvent(EventType eventType,
SessionObject sessionObject)
Fires BaseEvent.
|
void |
DefaultObservable.fireEvent(EventType eventType,
SessionObject sessionObject)
Fires BaseEvent.
|
| Constructor and Description |
|---|
BaseEvent(EventType type,
SessionObject sessionObject) |
| Modifier and Type | Field and Description |
|---|---|
protected SessionObject |
StreamFeaturesModule.sessionObject |
protected SessionObject |
SessionEstablishmentModule.sessionObject |
protected SessionObject |
ResourceBinderModule.sessionObject |
protected SessionObject |
AbstractStanzaModule.sessionObject |
protected SessionObject |
AbstractIQModule.sessionObject |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SessionEstablishmentModule.isSessionEstablishingAvailable(SessionObject sessionObject) |
| Constructor and Description |
|---|
AdHocCommansModule(SessionObject sessionObject,
PacketWriter packetWriter,
DiscoItemsModule discoItemsModule,
DiscoInfoModule discoInfoModule) |
| Modifier and Type | Field and Description |
|---|---|
protected SessionObject |
SaslModule.sessionObject |
| Modifier and Type | Method and Description |
|---|---|
String |
SaslMechanism.evaluateChallenge(String input,
SessionObject sessionObject)
Evaluating challenge received from server.
|
static List<String> |
SaslModule.getAllowedSASLMechanisms(SessionObject sessionObject) |
boolean |
SaslMechanism.isAllowedToUse(SessionObject sessionObject)
This method is used to check if mechanism can be used with current
session.
|
static boolean |
AuthModule.isAuthAvailable(SessionObject sessionObject) |
| Constructor and Description |
|---|
AuthModule.AuthEvent(EventType type,
SessionObject sessionObject) |
AuthModule.DefaultCredentialsCallback(SessionObject sessionObject) |
AuthModule(Observable parentObservable,
SessionObject sessionObject,
XmppModulesManager modulesManager) |
NonSaslAuthModule.NonSaslAuthEvent(EventType type,
SessionObject sessionObject) |
NonSaslAuthModule(SessionObject sessionObject,
PacketWriter packetWriter) |
SaslModule.SaslEvent(EventType type,
SessionObject sessionObject) |
SaslModule(Observable parentObservable,
SessionObject sessionObject,
PacketWriter packetWriter) |
| Modifier and Type | Method and Description |
|---|---|
String |
XOAuth2Mechanism.evaluateChallenge(String input,
SessionObject sessionObject) |
String |
PlainMechanism.evaluateChallenge(String input,
SessionObject sessionObject) |
String |
AnonymousMechanism.evaluateChallenge(String input,
SessionObject sessionObjec) |
boolean |
XOAuth2Mechanism.isAllowedToUse(SessionObject sessionObject) |
boolean |
PlainMechanism.isAllowedToUse(SessionObject sessionObject) |
boolean |
AnonymousMechanism.isAllowedToUse(SessionObject sessionObject) |
| Modifier and Type | Field and Description |
|---|---|
protected SessionObject |
AbstractChatManager.sessionObject |
| Modifier and Type | Method and Description |
|---|---|
SessionObject |
Chat.getSessionObject()
Return SessionObject related to this chat.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ChatState.isChatStateDisabled(SessionObject sessionObject) |
void |
AbstractChatManager.onSessionObjectCleared(SessionObject sessionObject,
Set<SessionObject.Scope> scopes) |
| Constructor and Description |
|---|
Chat(long id,
PacketWriter packetWriter,
SessionObject sessionObject)
Creates new chat representation object.
|
MessageCarbonsModule.MessageCarbonEvent(EventType type,
SessionObject sessionObject,
MessageCarbonsModule.CarbonEventType carbonEventType) |
MessageCarbonsModule.MessageReceivedCarbonEvent(EventType type,
SessionObject sessionObject) |
MessageCarbonsModule.MessageSentCarbonEvent(EventType type,
SessionObject sessionObject) |
MessageCarbonsModule(SessionObject sessionObject,
MessageModule messageModule,
PacketWriter packetWriter) |
MessageModule.AbstractMessageEvent(EventType type,
SessionObject sessionObject) |
MessageModule.MessageEvent(EventType type,
SessionObject sessionObject) |
MessageModule(Observable parentObservable,
SessionObject sessionObject,
PacketWriter packetWriter) |
| Modifier and Type | Method and Description |
|---|---|
SessionObject |
ConnectionSession.getSessionObject() |
| Constructor and Description |
|---|
ConnectionSession(SessionObject sessionObject,
JID peer,
String sid,
boolean tcp) |
| Constructor and Description |
|---|
DiscoInfoModule.DiscoInfoEvent(EventType type,
SessionObject sessionObject) |
DiscoInfoModule(SessionObject sessionObject,
PacketWriter packetWriter,
XmppModulesManager modulesManager) |
DiscoItemsModule.DiscoItemEvent(EventType type,
SessionObject sessionObject) |
DiscoItemsModule(SessionObject sessionObject,
PacketWriter packetWriter) |
| Constructor and Description |
|---|
FileTransfer(SessionObject sessionObject,
JID peer,
String sid) |
FileTransferEvent(EventType type,
SessionObject sessionObject,
FileTransfer ft) |
FileTransferModule(SessionObject sessionObject) |
FileTransferRequestEvent(EventType type,
SessionObject sessionObject,
FileTransfer ft,
String id,
List<String> streamMethods) |
| Constructor and Description |
|---|
JingleModule.JingleSessionAcceptEvent(SessionObject sessionObject,
JID sender,
String sid,
Element description,
List<Transport> transports) |
JingleModule.JingleSessionEvent(EventType type,
SessionObject sessionObject,
JID sender,
String sid) |
JingleModule.JingleSessionInfoEvent(SessionObject sessionObject,
JID sender,
String sid,
List<Element> content) |
JingleModule.JingleSessionInitiationEvent(SessionObject sessionObject,
JID sender,
String sid,
Element description,
List<Transport> transports) |
JingleModule.JingleSessionTerminateEvent(SessionObject sessionObject,
JID sender,
String sid) |
JingleModule.JingleTransportInfoEvent(SessionObject sessionObject,
JID sender,
String sid,
Element content) |
JingleModule(SessionObject sessionObject) |
| Modifier and Type | Field and Description |
|---|---|
protected SessionObject |
AbstractRoomsManager.sessionObject |
| Modifier and Type | Method and Description |
|---|---|
SessionObject |
Room.getSessionObject() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MucModule.onSessionObjectCleared(SessionObject sessionObject,
Set<SessionObject.Scope> scopes) |
| Constructor and Description |
|---|
MucModule.InvitationDeclinedEvent(SessionObject 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) |
| Constructor and Description |
|---|
PresenceModule.PresenceEvent(EventType type,
SessionObject sessionObject) |
PresenceModule(Observable parentObservable,
SessionObject sessionObject,
PacketWriter packetWriter) |
| Modifier and Type | Field and Description |
|---|---|
protected SessionObject |
FormSubmitter.sessionObject |
| Constructor and Description |
|---|
FormSubmitter(SessionObject sessionObject,
PacketWriter packetWriter,
JID serviceJID,
JabberDataElement form) |
PubSubModule.PubSubEvent(EventType type,
SessionObject sessionObject) |
PubSubModule(Observable parentObservable,
SessionObject sessionObject,
PacketWriter packetWriter) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
InBandRegistrationModule.isRegistrationAvailable(SessionObject sessionObject) |
| Constructor and Description |
|---|
InBandRegistrationModule.RegistrationEvent(EventType type,
SessionObject sessionObject) |
InBandRegistrationModule(SessionObject sessionObject,
PacketWriter packetWriter) |
| Modifier and Type | Method and Description |
|---|---|
SessionObject |
RosterItem.getSessionObject()
Returns session object related to roster item.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RosterCacheProvider.getCachedVersion(SessionObject sessionObject)
Returns version of cached roster.
|
Collection<RosterItem> |
RosterCacheProvider.loadCachedRoster(SessionObject sessionObject)
Loads cached roster.
|
void |
RosterCacheProvider.updateReceivedVersion(SessionObject sessionObject,
String ver)
Update roster cache.
|
| Constructor and Description |
|---|
RosterItem(BareJID jid,
SessionObject sessionObject) |
RosterModule(SessionObject sessionObject,
PacketWriter packetWriter) |
| Constructor and Description |
|---|
Socks5BytestreamsModule(SessionObject sessionObject) |
StreamhostsEvent(EventType eventType,
SessionObject sessionObject) |
| Modifier and Type | Method and Description |
|---|---|
static long |
StreamManagementModule.getResumptionTime(SessionObject sessionObject,
long defaultValue) |
static boolean |
StreamManagementModule.isAckEnabled(SessionObject sessionObject) |
static boolean |
StreamManagementModule.isResumptionEnabled(SessionObject sessionObject) |
static boolean |
StreamManagementModule.isStreamManagementAvailable(SessionObject sessionObject) |
static boolean |
StreamManagementModule.isStreamManagementTurnedOn(SessionObject sessionObject) |
| Constructor and Description |
|---|
StreamManagementModule.AbstractStreamManagementEvent(EventType type,
SessionObject sessionObject) |
StreamManagementModule.StreamManagementFailedEvent(SessionObject sessionObject,
XMPPException.ErrorCondition condition) |
StreamManagementModule.StreamResumedEvent(EventType type,
SessionObject sessionObject,
Long h,
String previd) |
StreamManagementModule.StreamResumedEvent(SessionObject sessionObject,
Long h,
String previd) |
StreamManagementModule(JaxmppCore jaxmpp,
SessionObject sessionObject,
PacketWriter writer) |
| Constructor and Description |
|---|
VCardModule(Observable parentObservable,
SessionObject sessionObject,
PacketWriter packetWriter) |
Copyright © 2006–2014 Tigase. All rights reserved.