Uses of Class
org.jivesoftware.smackx.jingleold.nat.TransportCandidate.Protocol
-
Uses of TransportCandidate.Protocol in org.jivesoftware.smackx.jingleold.nat
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionvoid
ICECandidate.setProto
(TransportCandidate.Protocol proto) Set the protocol for the transmission.