Uses of Class
org.jivesoftware.smackx.jingleold.packet.JingleTransport
Packages that use JingleTransport
Package
Description
TODO describe me.
TODO describe me.
TODO describe me.
- 
Uses of JingleTransport in org.jivesoftware.smackx.jingleold.nat
Methods in org.jivesoftware.smackx.jingleold.nat that return JingleTransportModifier and TypeMethodDescriptionTransportNegotiator.getJingleTransport()Return a JingleTransport that best reflects this transport negotiator.abstract JingleTransportTransportNegotiator.getJingleTransport(TransportCandidate cand) Get a new instance of the right TransportNegotiator class with this candidate.TransportNegotiator.Ice.getJingleTransport(TransportCandidate candidate) Get a TransportNegotiator instance.TransportNegotiator.RawUdp.getJingleTransport(TransportCandidate bestRemote) Get a TransportNegotiator instance. - 
Uses of JingleTransport in org.jivesoftware.smackx.jingleold.packet
Subclasses of JingleTransport in org.jivesoftware.smackx.jingleold.packetModifier and TypeClassDescriptionstatic classRTP-ICE profile.static classRaw UDP profile.Methods in org.jivesoftware.smackx.jingleold.packet that return types with arguments of type JingleTransportModifier and TypeMethodDescriptionJingleContent.getJingleTransports()Returns an Iterator for the JingleTransports in the packet.JingleContent.getJingleTransportsList()Returns a list for the JingleTransports in the packet.Methods in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleTransportModifier and TypeMethodDescriptionvoidJingleContent.addJingleTransport(JingleTransport transport) Adds a JingleTransport type to the packet.Method parameters in org.jivesoftware.smackx.jingleold.packet with type arguments of type JingleTransportModifier and TypeMethodDescriptionvoidJingleContent.addTransports(List<JingleTransport> transports) Adds a list of transports to add to the packet.Constructors in org.jivesoftware.smackx.jingleold.packet with parameters of type JingleTransport - 
Uses of JingleTransport in org.jivesoftware.smackx.jingleold.provider
Methods in org.jivesoftware.smackx.jingleold.provider that return JingleTransportModifier and TypeMethodDescriptionprotected JingleTransportJingleTransportProvider.getInstance()Obtain the corresponding TransportNegotiator instance.protected JingleTransportJingleTransportProvider.Ice.getInstance()Obtain the corresponding TransportNegotiator.Ice instance.protected JingleTransportJingleTransportProvider.RawUdp.getInstance()Obtain the corresponding TransportNegotiator.RawUdp instance.JingleTransportProvider.parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) Parse a iq/jingle/transport element.