Uses of Class
org.jivesoftware.smackx.jingleold.nat.JingleTransportManager
-
Packages that use JingleTransportManager Package Description org.jivesoftware.smackx.jingleold TODO describe me.org.jivesoftware.smackx.jingleold.media TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.jmf TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.jspeex TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.multi TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.sshare TODO describe me.org.jivesoftware.smackx.jingleold.mediaimpl.test org.jivesoftware.smackx.jingleold.nat TODO describe me. -
-
Uses of JingleTransportManager in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold that return JingleTransportManager Modifier and Type Method Description JingleTransportManager
ContentNegotiator. getTransportManager()
Get jingle transport manager.Methods in org.jivesoftware.smackx.jingleold with parameters of type JingleTransportManager Modifier and Type Method Description void
ContentNegotiator. setJingleTransportManager(JingleTransportManager jingleTransportManager)
Set jingle transport manager. -
Uses of JingleTransportManager in org.jivesoftware.smackx.jingleold.media
Methods in org.jivesoftware.smackx.jingleold.media that return JingleTransportManager Modifier and Type Method Description JingleTransportManager
JingleMediaManager. getTransportManager()
Returns the transport manager that goes with this media manager.Constructors in org.jivesoftware.smackx.jingleold.media with parameters of type JingleTransportManager Constructor Description JingleMediaManager(JingleTransportManager transportManager)
-
Uses of JingleTransportManager in org.jivesoftware.smackx.jingleold.mediaimpl.jmf
Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.jmf with parameters of type JingleTransportManager Constructor Description JmfMediaManager(String mediaLocator, JingleTransportManager transportManager)
Creates a Media Manager instance.JmfMediaManager(JingleTransportManager transportManager)
Creates a Media Manager instance. -
Uses of JingleTransportManager in org.jivesoftware.smackx.jingleold.mediaimpl.jspeex
Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.jspeex with parameters of type JingleTransportManager Constructor Description SpeexMediaManager(JingleTransportManager transportManager)
-
Uses of JingleTransportManager in org.jivesoftware.smackx.jingleold.mediaimpl.multi
Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.multi with parameters of type JingleTransportManager Constructor Description MultiMediaManager(JingleTransportManager transportManager)
-
Uses of JingleTransportManager in org.jivesoftware.smackx.jingleold.mediaimpl.sshare
Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.sshare with parameters of type JingleTransportManager Constructor Description ScreenShareMediaManager(JingleTransportManager transportManager)
-
Uses of JingleTransportManager in org.jivesoftware.smackx.jingleold.mediaimpl.test
Constructors in org.jivesoftware.smackx.jingleold.mediaimpl.test with parameters of type JingleTransportManager Constructor Description TestMediaManager(JingleTransportManager transportManager)
-
Uses of JingleTransportManager in org.jivesoftware.smackx.jingleold.nat
Subclasses of JingleTransportManager in org.jivesoftware.smackx.jingleold.nat Modifier and Type Class Description class
BasicTransportManager
A Basic Jingle Transport Manager implementation.class
BridgedTransportManager
A Jingle Transport Manager implementation to be used for NAT Networks.class
FixedTransportManager
A Fixed Jingle Transport Manager implementation.class
ICETransportManager
class
STUNTransportManager
A Jingle Transport Manager implementation to be used on NAT networks with STUN Service NOT Blocked.
-