Uses of Class
org.jivesoftware.smack.datatypes.UInt32
Package
Description
Custom datatypes for Integers.
Utility classes.
Element classes for XEP-0016: Privacy Lists.
Element classes for XEP-0122: Data Forms Validation.
-
Uses of UInt32 in org.jivesoftware.smack.datatypes
Modifier and TypeFieldDescriptionstatic final UInt32
UInt32.MAX_VALUE
static final UInt32
UInt32.MIN_VALUE
Modifier and TypeMethodDescriptionstatic UInt32
UInt32.from
(long number) UInt32.getMaxValue()
UInt32.getMinValue()
UInt32.incrementedByOne()
-
Uses of UInt32 in org.jivesoftware.smack.util
Modifier and TypeMethodDescriptionstatic UInt32
ParserUtils.getUInt32Attribute
(XmlPullParser parser, String name) -
Uses of UInt32 in org.jivesoftware.smackx.privacy.packet
Modifier and TypeMethodDescriptionPrivacyItem.getOrder()
Returns the order where the receiver is processed.Modifier and TypeMethodDescriptionReturns the privacy item in the specified order.ModifierConstructorDescriptionPrivacyItem
(boolean allow, UInt32 order) Creates a new fall-through privacy item.PrivacyItem
(PrivacyItem.Type type, String value, boolean allow, UInt32 order) Creates a new privacy item. -
Uses of UInt32 in org.jivesoftware.smackx.xdatavalidation.packet