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 JingleNegotiatorStateContentNegotiator. getNegotiatorState()The negotiator state for the ContentNegotiators is a special case.JingleNegotiatorStateJingleNegotiator. getNegotiatorState()static JingleNegotiatorStateJingleNegotiatorState. 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 voidJingleNegotiator. setNegotiatorState(JingleNegotiatorState stateIs)
-