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.ProtocolTransportCandidate.Protocol.SSLTCPstatic final TransportCandidate.ProtocolTransportCandidate.Protocol.TCPstatic final TransportCandidate.ProtocolTransportCandidate.Protocol.TCPACTstatic final TransportCandidate.ProtocolTransportCandidate.Protocol.TCPPASSstatic final TransportCandidate.ProtocolTransportCandidate.Protocol.UDPMethods in org.jivesoftware.smackx.jingleold.nat that return TransportCandidate.ProtocolModifier and TypeMethodDescriptionstatic TransportCandidate.ProtocolTransportCandidate.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 TypeMethodDescriptionvoidICECandidate.setProto(TransportCandidate.Protocol proto) Set the protocol for the transmission.