Uses of Enum Class
org.jivesoftware.openfire.pubsub.NodeSubscription.Type
Packages that use NodeSubscription.Type
Package
Description
Implementation of Publish-Subscribe (XEP-0060).
-
Uses of NodeSubscription.Type in org.jivesoftware.openfire.pubsub
Methods in org.jivesoftware.openfire.pubsub that return NodeSubscription.TypeModifier and TypeMethodDescriptionNodeSubscription.getType()Returns if the subscription receives notifications of new items only or of new nodes only.Node.resolveRequestedType(org.xmpp.forms.DataForm optionsForm) Determine the type of the requested subscription represented by the provided form.static NodeSubscription.TypeReturns the enum constant of this class with the specified name.static NodeSubscription.Type[]NodeSubscription.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.