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 TypeClassDescriptionclass
Jingle.class
Jingle.class
Jingle.class
Jingle.Methods in org.jivesoftware.smackx.jingleold that return JingleSessionStateModifier and TypeMethodDescriptionstatic JingleSessionState
JingleSessionState.getInstance()
Called when entering the state.static JingleSessionState
JingleSessionStateActive.getInstance()
A thread-safe means of getting the one instance of this class.static JingleSessionState
JingleSessionStateEnded.getInstance()
A thread-safe means of getting the one instance of this class.static JingleSessionState
JingleSessionStatePending.getInstance()
A thread-safe means of getting the one instance of this class.static JingleSessionState
JingleSessionStateUnknown.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 TypeMethodDescriptionvoid
JingleSession.setSessionState
(JingleSessionState stateIs) Validate the state changes.