Uses of Class
org.jivesoftware.smackx.jingle.nat.TransportCandidate.Protocol

Packages that use TransportCandidate.Protocol
org.jivesoftware.smackx.jingle.nat   
 

Uses of TransportCandidate.Protocol in org.jivesoftware.smackx.jingle.nat
 

Fields in org.jivesoftware.smackx.jingle.nat declared as TransportCandidate.Protocol
static TransportCandidate.Protocol TransportCandidate.Protocol.SSLTCP
           
static TransportCandidate.Protocol TransportCandidate.Protocol.TCP
           
static TransportCandidate.Protocol TransportCandidate.Protocol.TCPACT
           
static TransportCandidate.Protocol TransportCandidate.Protocol.TCPPASS
           
static TransportCandidate.Protocol TransportCandidate.Protocol.UDP
           
 

Methods in org.jivesoftware.smackx.jingle.nat that return TransportCandidate.Protocol
static TransportCandidate.Protocol TransportCandidate.Protocol.fromString(java.lang.String value)
          Returns the Protocol constant associated with the String value.
 TransportCandidate.Protocol ICECandidate.getProto()
          Get the protocol used for the transmission
 

Methods in org.jivesoftware.smackx.jingle.nat with parameters of type TransportCandidate.Protocol
 void ICECandidate.setProto(TransportCandidate.Protocol proto)
          Set the protocol for the transmission