Uses of Class
org.jivesoftware.smackx.jingle.JingleNegotiatorState

Packages that use JingleNegotiatorState
org.jivesoftware.smackx.jingle   
 

Uses of JingleNegotiatorState in org.jivesoftware.smackx.jingle
 

Methods in org.jivesoftware.smackx.jingle that return JingleNegotiatorState
 JingleNegotiatorState JingleNegotiator.getNegotiatorState()
           
 JingleNegotiatorState ContentNegotiator.getNegotiatorState()
          The negotiator state for the ContentNegotiators is a special case.
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.jingle with parameters of type JingleNegotiatorState
 void JingleNegotiator.setNegotiatorState(JingleNegotiatorState stateIs)