Uses of Class
org.jivesoftware.smackx.jingleold.ContentNegotiator
-
Packages that use ContentNegotiator Package Description org.jivesoftware.smackx.jingleold TODO describe me.org.jivesoftware.smackx.jingleold.media TODO describe me.org.jivesoftware.smackx.jingleold.nat TODO describe me. -
-
Uses of ContentNegotiator in org.jivesoftware.smackx.jingleold
Methods in org.jivesoftware.smackx.jingleold with parameters of type ContentNegotiator Modifier and Type Method Description void
JingleSession. addContentNegotiator(ContentNegotiator inContentNegotiator)
Add a new content negotiator on behalf of a <content/> section received. -
Uses of ContentNegotiator in org.jivesoftware.smackx.jingleold.media
Constructors in org.jivesoftware.smackx.jingleold.media with parameters of type ContentNegotiator Constructor Description MediaNegotiator(JingleSession session, JingleMediaManager mediaManager, java.util.List<PayloadType> pts, ContentNegotiator parentNegotiator)
Default constructor. -
Uses of ContentNegotiator in org.jivesoftware.smackx.jingleold.nat
Constructors in org.jivesoftware.smackx.jingleold.nat with parameters of type ContentNegotiator Constructor Description Ice(JingleSession js, TransportResolver res, ContentNegotiator parentNegotiator)
Default constructor, with a JingleSession and transport manager.RawUdp(JingleSession js, TransportResolver res, ContentNegotiator parentNegotiator)
Default constructor, with a JingleSession and transport manager.TransportNegotiator(JingleSession session, TransportResolver transResolver, ContentNegotiator parentNegotiator)
Default constructor.
-