Uses of Class
org.jivesoftware.smackx.jingle.element.Jingle
Packages that use Jingle
Package
Description
Smack's API for XEP-0166: Jingle.
Stanzas and Extension Elements for XEP-0166: Jingle.
Providers and parsers for XEP-0166: Jingle.
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
Smack's API for XEP-0261: Jingle In-Band Bytestreams.
Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams.
-
Uses of Jingle in org.jivesoftware.smackx.jingle
Methods in org.jivesoftware.smackx.jingle that return JingleModifier and TypeMethodDescriptionJingleUtil.createSessionAccept
(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport) JingleUtil.createSessionInitiate
(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContent.Senders contentSenders, JingleContentDescription description, JingleContentTransport transport) JingleUtil.createSessionInitiateFileOffer
(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentDescription description, JingleContentTransport transport) JingleUtil.createSessionPing
(FullJid recipient, String sessionId) JingleUtil.createSessionTerminate
(FullJid recipient, String sessionId, JingleReason reason) JingleUtil.createSessionTerminate
(FullJid recipient, String sessionId, JingleReason.Reason reason) JingleUtil.createSessionTerminateAlternativeSession
(FullJid recipient, String sessionId, String altSessionId) JingleUtil.createSessionTerminateBusy
(FullJid recipient, String sessionId) JingleUtil.createSessionTerminateCancel
(FullJid recipient, String sessionId) JingleUtil.createSessionTerminateContentCancel
(FullJid recipient, String sessionId, JingleContent.Creator contentCreator, String contentName) JingleUtil.createSessionTerminateDecline
(FullJid recipient, String sessionId) JingleUtil.createSessionTerminateFailedApplication
(FullJid recipient, String sessionId) JingleUtil.createSessionTerminateFailedTransport
(FullJid recipient, String sessionId) JingleUtil.createSessionTerminateIncompatibleParameters
(FullJid recipient, String sessionId) JingleUtil.createSessionTerminateSuccess
(FullJid recipient, String sessionId) JingleUtil.createSessionTerminateUnsupportedApplications
(FullJid recipient, String sessionId) JingleUtil.createSessionTerminateUnsupportedTransports
(FullJid recipient, String sessionId) JingleUtil.createTransportAccept
(FullJid recipient, FullJid initiator, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentTransport transport) JingleUtil.createTransportReject
(FullJid recipient, FullJid initiator, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentTransport transport) JingleUtil.createTransportReplace
(FullJid recipient, FullJid initiator, String sessionId, JingleContent.Creator contentCreator, String contentName, JingleContentTransport transport) Methods in org.jivesoftware.smackx.jingle with parameters of type JingleModifier and TypeMethodDescriptionJingleUtil.createErrorMalformedRequest
(Jingle request) JingleUtil.createErrorOutOfOrder
(Jingle request) JingleUtil.createErrorTieBreak
(Jingle request) JingleUtil.createErrorUnknownInitiator
(Jingle request) JingleUtil.createErrorUnknownSession
(Jingle request) JingleUtil.createErrorUnsupportedInfo
(Jingle request) static JingleTransportManager<?>
JingleTransportMethodManager.getTransportManager
(XMPPConnection connection, Jingle request) JingleTransportMethodManager.getTransportManager
(Jingle request) protected IQ
JingleSession.handleContentAccept
(Jingle contentAccept) protected IQ
JingleSession.handleContentAdd
(Jingle contentAdd) protected IQ
JingleSession.handleContentModify
(Jingle contentModify) protected IQ
JingleSession.handleContentReject
(Jingle contentReject) protected IQ
JingleSession.handleContentRemove
(Jingle contentRemove) protected IQ
JingleSession.handleDescriptionInfo
(Jingle descriptionInfo) JingleHandler.handleJingleRequest
(Jingle jingle) JingleSession.handleJingleSessionRequest
(Jingle jingle) JingleSessionHandler.handleJingleSessionRequest
(Jingle jingle) protected IQ
JingleSession.handleSecurityInfo
(Jingle securityInfo) protected IQ
JingleSession.handleSessionAccept
(Jingle sessionAccept) protected IQ
JingleSession.handleSessionInfo
(Jingle sessionInfo) protected IQ
JingleSession.handleSessionInitiate
(Jingle sessionInitiate) protected IQ
JingleSession.handleSessionTerminate
(Jingle sessionTerminate) protected IQ
JingleSession.handleTransportAccept
(Jingle transportAccept) protected IQ
JingleSession.handleTransportReject
(Jingle transportReject) protected IQ
JingleSession.handleTransportReplace
(Jingle transportReplace) void
void
JingleUtil.sendErrorMalformedRequest
(Jingle request) void
JingleUtil.sendErrorOutOfOrder
(Jingle request) void
JingleUtil.sendErrorTieBreak
(Jingle request) void
JingleUtil.sendErrorUnknownInitiator
(Jingle request) void
JingleUtil.sendErrorUnknownSession
(Jingle request) void
JingleUtil.sendErrorUnsupportedInfo
(Jingle request) -
Uses of Jingle in org.jivesoftware.smackx.jingle.element
Methods in org.jivesoftware.smackx.jingle.element that return Jingle -
Uses of Jingle in org.jivesoftware.smackx.jingle.provider
Methods in org.jivesoftware.smackx.jingle.provider that return JingleModifier and TypeMethodDescriptionJingleProvider.parse
(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) -
Uses of Jingle in org.jivesoftware.smackx.jingle.transports
Methods in org.jivesoftware.smackx.jingle.transports with parameters of type JingleModifier and TypeMethodDescriptionabstract IQ
JingleTransportSession.handleTransportInfo
(Jingle transportInfo) void
JingleTransportSession.processJingle
(Jingle jingle) -
Uses of Jingle in org.jivesoftware.smackx.jingle.transports.jingle_ibb
Methods in org.jivesoftware.smackx.jingle.transports.jingle_ibb with parameters of type JingleModifier and TypeMethodDescriptionJingleIBBTransportSession.handleTransportInfo
(Jingle transportInfo) -
Uses of Jingle in org.jivesoftware.smackx.jingle.transports.jingle_s5b
Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b that return JingleModifier and TypeMethodDescriptionJingleS5BTransportManager.createCandidateActivated
(FullJid remote, FullJid initiator, String sessionId, JingleContent.Senders senders, JingleContent.Creator creator, String name, String streamId, String candidateId) JingleS5BTransportManager.createCandidateError
(FullJid remote, FullJid initiator, String sessionId, JingleContent.Senders senders, JingleContent.Creator creator, String name, String streamId) JingleS5BTransportManager.createCandidateUsed
(FullJid recipient, FullJid initiator, String sessionId, JingleContent.Senders contentSenders, JingleContent.Creator contentCreator, String contentName, String streamId, String candidateId) JingleS5BTransportManager.createProxyError
(FullJid remote, FullJid initiator, String sessionId, JingleContent.Senders senders, JingleContent.Creator creator, String name, String streamId) Methods in org.jivesoftware.smackx.jingle.transports.jingle_s5b with parameters of type JingleModifier and TypeMethodDescriptionJingleS5BTransportSession.handleCandidateActivate
(Jingle jingle) JingleS5BTransportSession.handleCandidateError
(Jingle jingle) JingleS5BTransportSession.handleCandidateUsed
(Jingle jingle) JingleS5BTransportSession.handleProxyError
(Jingle jingle) JingleS5BTransportSession.handleTransportInfo
(Jingle transportInfo)