Uses of Class
org.jivesoftware.smackx.jingleold.nat.TransportCandidate.Channel
-
Packages that use TransportCandidate.Channel Package Description org.jivesoftware.smackx.jingleold.nat TODO describe me. -
-
Uses of TransportCandidate.Channel in org.jivesoftware.smackx.jingleold.nat
Fields in org.jivesoftware.smackx.jingleold.nat declared as TransportCandidate.Channel Modifier and Type Field Description static TransportCandidate.Channel
TransportCandidate.Channel. MYRTCPVOICE
static TransportCandidate.Channel
TransportCandidate.Channel. MYRTPVOICE
Methods in org.jivesoftware.smackx.jingleold.nat that return TransportCandidate.Channel Modifier and Type Method Description static TransportCandidate.Channel
TransportCandidate.Channel. fromString(java.lang.String value)
Returns the MediaChannel constant associated with the String value.TransportCandidate.Channel
ICECandidate. getChannel()
Get the channel.Methods in org.jivesoftware.smackx.jingleold.nat with parameters of type TransportCandidate.Channel Modifier and Type Method Description void
ICECandidate. setChannel(TransportCandidate.Channel channel)
Set the channel for this transportElement.
-