Uses of Class
rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
-
Packages that use Candidate Package Description rocks.xmpp.extensions.jingle.transports.iceudp.model Provides XML schema implementations of XEP-0176: Jingle ICE-UDP Transport Method. -
-
Uses of Candidate in rocks.xmpp.extensions.jingle.transports.iceudp.model
Methods in rocks.xmpp.extensions.jingle.transports.iceudp.model that return types with arguments of type Candidate Modifier and Type Method Description List<Candidate>
IceUdpTransportMethod. getCandidates()
Constructor parameters in rocks.xmpp.extensions.jingle.transports.iceudp.model with type arguments of type Candidate Constructor Description IceUdpTransportMethod(String pPwd, String pUfrag, List<Candidate> pCandidates)
-