Uses of Class
rocks.xmpp.extensions.jingle.JingleSession.State
-
Packages that use JingleSession.State Package Description rocks.xmpp.extensions.jingle Provides classes for XEP-0166: Jingle. -
-
Uses of JingleSession.State in rocks.xmpp.extensions.jingle
Methods in rocks.xmpp.extensions.jingle that return JingleSession.State Modifier and Type Method Description static JingleSession.State
JingleSession.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static JingleSession.State[]
JingleSession.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-