Uses of Class
rocks.xmpp.extensions.jingle.apps.model.ApplicationFormat
-
Packages that use ApplicationFormat Package Description rocks.xmpp.extensions.jingle Provides classes for XEP-0166: Jingle.rocks.xmpp.extensions.jingle.apps.filetransfer.model Provides XML schema implementations of XEP-0234: Jingle File Transfer.rocks.xmpp.extensions.jingle.apps.rtp.model Provides XML schema implementations of XEP-0167: Jingle RTP Sessions.rocks.xmpp.extensions.jingle.model Provides XML schema implementations of XEP-0166: Jingle. -
-
Uses of ApplicationFormat in rocks.xmpp.extensions.jingle
Method parameters in rocks.xmpp.extensions.jingle with type arguments of type ApplicationFormat Modifier and Type Method Description void
JingleManager. registerApplicationFormat(Class<? extends ApplicationFormat> applicationFormat, Consumer<JingleSession> consumer)
void
JingleManager. unregisterApplicationFormat(Class<? extends ApplicationFormat> applicationFormat)
-
Uses of ApplicationFormat in rocks.xmpp.extensions.jingle.apps.filetransfer.model
Subclasses of ApplicationFormat in rocks.xmpp.extensions.jingle.apps.filetransfer.model Modifier and Type Class Description class
JingleFileTransfer
-
Uses of ApplicationFormat in rocks.xmpp.extensions.jingle.apps.rtp.model
Subclasses of ApplicationFormat in rocks.xmpp.extensions.jingle.apps.rtp.model Modifier and Type Class Description class
Rtp
The implementation of the<description/>
element in theurn:xmpp:jingle:apps:rtp:1
namespace. -
Uses of ApplicationFormat in rocks.xmpp.extensions.jingle.model
Methods in rocks.xmpp.extensions.jingle.model that return ApplicationFormat Modifier and Type Method Description ApplicationFormat
Jingle.Content. getApplicationFormat()
Gets the application type.Constructors in rocks.xmpp.extensions.jingle.model with parameters of type ApplicationFormat Constructor Description Content(String name, Jingle.Content.Creator creator, ApplicationFormat applicationFormat, TransportMethod transportMethod)
Creates a content element.Content(String name, Jingle.Content.Creator creator, ApplicationFormat applicationFormat, TransportMethod transportMethod, String disposition, Jingle.Content.Senders senders)
Creates a content element.
-