Uses of Class
org.jivesoftware.smackx.jingleold.JingleSessionState
Packages that use JingleSessionState
-
Uses of JingleSessionState in org.jivesoftware.smackx.jingleold
Subclasses of JingleSessionState in org.jivesoftware.smackx.jingleoldModifier and TypeClassDescriptionclassJingle.classJingle.classJingle.classJingle.Methods in org.jivesoftware.smackx.jingleold that return JingleSessionStateModifier and TypeMethodDescriptionstatic JingleSessionStateJingleSessionState.getInstance()Called when entering the state.static JingleSessionStateJingleSessionStateActive.getInstance()A thread-safe means of getting the one instance of this class.static JingleSessionStateJingleSessionStateEnded.getInstance()A thread-safe means of getting the one instance of this class.static JingleSessionStateJingleSessionStatePending.getInstance()A thread-safe means of getting the one instance of this class.static JingleSessionStateJingleSessionStateUnknown.getInstance()A thread-safe means of getting the one instance of this class.JingleSession.getSessionState()Methods in org.jivesoftware.smackx.jingleold with parameters of type JingleSessionStateModifier and TypeMethodDescriptionvoidJingleSession.setSessionState(JingleSessionState stateIs) Validate the state changes.