Uses of Class
org.jivesoftware.smackx.jingleold.nat.TransportCandidate.Protocol
-
Packages that use TransportCandidate.Protocol Package Description org.jivesoftware.smackx.jingleold.nat TODO describe me. -
-
Uses of TransportCandidate.Protocol in org.jivesoftware.smackx.jingleold.nat
Fields in org.jivesoftware.smackx.jingleold.nat declared as TransportCandidate.Protocol Modifier and Type Field Description static TransportCandidate.ProtocolTransportCandidate.Protocol. SSLTCPstatic TransportCandidate.ProtocolTransportCandidate.Protocol. TCPstatic TransportCandidate.ProtocolTransportCandidate.Protocol. TCPACTstatic TransportCandidate.ProtocolTransportCandidate.Protocol. TCPPASSstatic TransportCandidate.ProtocolTransportCandidate.Protocol. UDPMethods in org.jivesoftware.smackx.jingleold.nat that return TransportCandidate.Protocol Modifier and Type Method Description static TransportCandidate.ProtocolTransportCandidate.Protocol. fromString(java.lang.String value)Returns the Protocol constant associated with the String value.TransportCandidate.ProtocolICECandidate. getProto()Get the protocol used for the transmission.Methods in org.jivesoftware.smackx.jingleold.nat with parameters of type TransportCandidate.Protocol Modifier and Type Method Description voidICECandidate. setProto(TransportCandidate.Protocol proto)Set the protocol for the transmission.
-