Uses of Enum
org.jivesoftware.smackx.jingleold.JingleActionEnum
Packages that use JingleActionEnum
Package
Description
TODO describe me.
TODO describe me.
-
Uses of JingleActionEnum in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold that return JingleActionEnumModifier and TypeMethodDescriptionstatic JingleActionEnum
Returns the Action enum for a String action value.static JingleActionEnum
Returns the enum constant of this type with the specified name.static JingleActionEnum[]
JingleActionEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smackx.jingleold with parameters of type JingleActionEnumModifier and TypeMethodDescriptionabstract IQ
JingleSessionState.processJingle
(JingleSession session, Jingle jingle, JingleActionEnum action) Process an incoming Jingle Packet.JingleSessionStateActive.processJingle
(JingleSession session, Jingle jingle, JingleActionEnum action) JingleSessionStateEnded.processJingle
(JingleSession session, Jingle jingle, JingleActionEnum action) Pretty much nothing is valid for receiving once we've ended the session.JingleSessionStatePending.processJingle
(JingleSession session, Jingle jingle, JingleActionEnum action) JingleSessionStateUnknown.processJingle
(JingleSession session, Jingle jingle, JingleActionEnum action) -
Uses of JingleActionEnum in org.jivesoftware.smackx.jingleold.packet
Methods in org.jivesoftware.smackx.jingleold.packet that return JingleActionEnumMethods in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleActionEnumModifier and TypeMethodDescriptionvoid
Jingle.setAction
(JingleActionEnum action) Set the action in the packet.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleActionEnumModifierConstructorDescriptionJingle
(JingleActionEnum action) A constructor where the action can be specified.