Uses of Class
org.jivesoftware.smackx.jingleold.nat.TransportCandidate.Protocol
Packages that use TransportCandidate.Protocol
-
Uses of TransportCandidate.Protocol in org.jivesoftware.smackx.jingleold.nat
Fields in org.jivesoftware.smackx.jingleold.nat declared as TransportCandidate.ProtocolModifier and TypeFieldDescriptionstatic final TransportCandidate.Protocol
TransportCandidate.Protocol.SSLTCP
static final TransportCandidate.Protocol
TransportCandidate.Protocol.TCP
static final TransportCandidate.Protocol
TransportCandidate.Protocol.TCPACT
static final TransportCandidate.Protocol
TransportCandidate.Protocol.TCPPASS
static final TransportCandidate.Protocol
TransportCandidate.Protocol.UDP
Methods in org.jivesoftware.smackx.jingleold.nat that return TransportCandidate.ProtocolModifier and TypeMethodDescriptionstatic TransportCandidate.Protocol
TransportCandidate.Protocol.fromString
(String value) Returns the Protocol constant associated with the String value.ICECandidate.getProto()
Get the protocol used for the transmission.Methods in org.jivesoftware.smackx.jingleold.nat with parameters of type TransportCandidate.ProtocolModifier and TypeMethodDescriptionvoid
ICECandidate.setProto
(TransportCandidate.Protocol proto) Set the protocol for the transmission.