Uses of Class
org.jivesoftware.smackx.bob.ContentId
-
Packages that use ContentId Package Description org.jivesoftware.smackx.bob Classes and interfaces of XEP-0231: Bits of Binary.org.jivesoftware.smackx.bob.element Bits of Binary elements.org.jivesoftware.smackx.bob.provider Bits of Binary providers. -
-
Uses of ContentId in org.jivesoftware.smackx.bob
Methods in org.jivesoftware.smackx.bob that return ContentId Modifier and Type Method Description static ContentIdContentId. fromCid(java.lang.String cid)Get BoB hash from cid attribute string.static ContentIdContentId. fromSrc(java.lang.String src)Get BoB hash from src attribute string.Methods in org.jivesoftware.smackx.bob that return types with arguments of type ContentId Modifier and Type Method Description java.util.Set<ContentId>BoBInfo. getHashes()Methods in org.jivesoftware.smackx.bob with parameters of type ContentId Modifier and Type Method Description BoBInfoBoBManager. removeBoB(ContentId bobHash)BoBDataBoBManager. requestBoB(Jid to, ContentId bobHash)Request BoB data. -
Uses of ContentId in org.jivesoftware.smackx.bob.element
Methods in org.jivesoftware.smackx.bob.element that return ContentId Modifier and Type Method Description ContentIdBoBIQ. getBoBHash()Deprecated.useBoBIQ.getContentId()instead.ContentIdBoBDataExtension. getContentId()Get the content ID.ContentIdBoBIQ. getContentId()Get the BoB hash.Constructors in org.jivesoftware.smackx.bob.element with parameters of type ContentId Constructor Description BoBDataExtension(ContentId cid, BoBData bobData)Bits of Binary data extension constructor.BoBIQ(ContentId cid)Bits of Binary IQ constructor.BoBIQ(ContentId cid, BoBData bobData)Bits of Binary IQ constructor. -
Uses of ContentId in org.jivesoftware.smackx.bob.provider
Methods in org.jivesoftware.smackx.bob.provider that return types with arguments of type ContentId Modifier and Type Method Description static Pair<ContentId,BoBData>BoBProviderUtil. parseContentIdAndBobData(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-