Class IceUdpTransportMethod
- java.lang.Object
-
- rocks.xmpp.extensions.jingle.transports.model.TransportMethod
-
- rocks.xmpp.extensions.jingle.transports.iceudp.model.IceUdpTransportMethod
-
public final class IceUdpTransportMethod extends TransportMethod
-
-
Constructor Summary
Constructors Constructor Description IceUdpTransportMethod()
IceUdpTransportMethod(String pPwd, String pUfrag, List<Candidate> pCandidates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Candidate>
getCandidates()
String
getPassword()
String
getUserFragment()
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
urn:xmpp:jingle:transports:ice-udp:1- See Also:
- Constant Field Values
-
-