Uses of Class
org.jivesoftware.smackx.jingleold.JingleActionEnum
-
Packages that use JingleActionEnum Package Description org.jivesoftware.smackx.jingleold TODO describe me.org.jivesoftware.smackx.jingleold.packet TODO describe me. -
-
Uses of JingleActionEnum in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold that return JingleActionEnum Modifier and Type Method Description static JingleActionEnum
JingleActionEnum. getAction(java.lang.String inActionCode)
Returns the Action enum for a String action value.static JingleActionEnum
JingleActionEnum. valueOf(java.lang.String name)
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 JingleActionEnum Modifier and Type Method Description abstract IQ
JingleSessionState. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)
Process an incoming Jingle Packet.IQ
JingleSessionStateActive. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)
IQ
JingleSessionStateEnded. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)
Pretty much nothing is valid for receiving once we've ended the session.IQ
JingleSessionStatePending. processJingle(JingleSession session, Jingle jingle, JingleActionEnum action)
IQ
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 JingleActionEnum Modifier and Type Method Description JingleActionEnum
Jingle. getAction()
Get the action specified in the packet.Methods in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleActionEnum Modifier and Type Method Description void
Jingle. setAction(JingleActionEnum action)
Set the action in the packet.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleActionEnum Constructor Description Jingle(JingleActionEnum action)
A constructor where the action can be specified.
-