Class Candidate
- java.lang.Object
-
- rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
-
- rocks.xmpp.extensions.jingle.transports.iceudp.model.Candidate
-
public final class Candidate extends RemoteCandidate
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Candidate.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Short
getFoundation()
Short
getGeneration()
String
getId()
Short
getNetwork()
Integer
getPriority()
String
getProtocol()
Candidate.Type
getType()
-
Methods inherited from class rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
getComponent, getIpAddress, getPort
-
-