Class RemoteCandidate
- java.lang.Object
-
- rocks.xmpp.extensions.jingle.transports.iceudp.model.RemoteCandidate
-
-
Constructor Summary
Constructors Constructor Description RemoteCandidate()
RemoteCandidate(Integer pComponent, String pIp, Integer pPort)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getComponent()
String
getIpAddress()
Integer
getPort()
-