Uses of Class
org.jivesoftware.smackx.jingle.nat.ICECandidate.Type

Packages that use ICECandidate.Type
org.jivesoftware.smackx.jingle.nat   
 

Uses of ICECandidate.Type in org.jivesoftware.smackx.jingle.nat
 

Methods in org.jivesoftware.smackx.jingle.nat that return ICECandidate.Type
 ICECandidate.Type ICECandidate.getType()
          Get the Candidate Type
static ICECandidate.Type ICECandidate.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ICECandidate.Type[] ICECandidate.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jivesoftware.smackx.jingle.nat with parameters of type ICECandidate.Type
 void ICECandidate.setType(ICECandidate.Type type)
          Set the Candidate Type
 

Constructors in org.jivesoftware.smackx.jingle.nat with parameters of type ICECandidate.Type
ICECandidate(java.lang.String ip, int generation, int network, java.lang.String password, int port, java.lang.String username, int preference, ICECandidate.Type type)
          Constructor with the basic elements of a transport definition.