Uses of Class
org.jivesoftware.smackx.bob.BoBData
-
Packages that use BoBData 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 BoBData in org.jivesoftware.smackx.bob
Methods in org.jivesoftware.smackx.bob that return BoBData Modifier and Type Method Description BoBData
BoBInfo. getData()
BoBData
BoBManager. requestBoB(Jid to, ContentId bobHash)
Request BoB data.Methods in org.jivesoftware.smackx.bob with parameters of type BoBData Modifier and Type Method Description BoBInfo
BoBManager. addBoB(BoBData bobData)
-
Uses of BoBData in org.jivesoftware.smackx.bob.element
Methods in org.jivesoftware.smackx.bob.element that return BoBData Modifier and Type Method Description BoBData
BoBDataExtension. getBobData()
Get the Bits of Binary (BOB) data.BoBData
BoBIQ. getBoBData()
Get the BoB data.Constructors in org.jivesoftware.smackx.bob.element with parameters of type BoBData Constructor Description BoBDataExtension(ContentId cid, BoBData bobData)
Bits of Binary data extension constructor.BoBIQ(ContentId cid, BoBData bobData)
Bits of Binary IQ constructor. -
Uses of BoBData in org.jivesoftware.smackx.bob.provider
Methods in org.jivesoftware.smackx.bob.provider that return types with arguments of type BoBData Modifier and Type Method Description static Pair<ContentId,BoBData>
BoBProviderUtil. parseContentIdAndBobData(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-