Uses of Class
org.jivesoftware.smackx.jingleold.JingleNegotiatorState
-
Packages that use JingleNegotiatorState Package Description org.jivesoftware.smackx.jingleold TODO describe me. -
-
Uses of JingleNegotiatorState in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold that return JingleNegotiatorState Modifier and Type Method Description JingleNegotiatorState
ContentNegotiator. getNegotiatorState()
The negotiator state for the ContentNegotiators is a special case.JingleNegotiatorState
JingleNegotiator. getNegotiatorState()
static JingleNegotiatorState
JingleNegotiatorState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JingleNegotiatorState[]
JingleNegotiatorState. 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 JingleNegotiatorState Modifier and Type Method Description void
JingleNegotiator. setNegotiatorState(JingleNegotiatorState stateIs)
-