Uses of Class
rocks.xmpp.extensions.amp.model.Rule
-
Packages that use Rule Package Description rocks.xmpp.extensions.amp.model Provides XML schema implementations of XEP-0079: Advanced Message Processing. -
-
Uses of Rule in rocks.xmpp.extensions.amp.model
Methods in rocks.xmpp.extensions.amp.model that return Rule Modifier and Type Method Description static Rule
Rule. deliver(Rule.Action action, Rule.DeliveryMode value)
Creates the defined "deliver" rule.static Rule
Rule. expireAt(Rule.Action action, Instant instant)
Creates the defined "expire-at" rule.static Rule
Rule. matchResource(Rule.Action action, Rule.MatchResource value)
Creates the defined "match-resource" rule.static Rule
Rule. of(Rule.Action action, Rule.Condition condition, String value)
Creates a rule.Methods in rocks.xmpp.extensions.amp.model that return types with arguments of type Rule Modifier and Type Method Description List<Rule>
AdvancedMessageProcessing. getRules()
Gets the rules.List<Rule>
AdvancedMessageProcessingError. getRules()
Gets the invalid rules.Constructors in rocks.xmpp.extensions.amp.model with parameters of type Rule Constructor Description AdvancedMessageProcessing(Rule... rules)
Constructs an<amp/>
element with rules.Constructor parameters in rocks.xmpp.extensions.amp.model with type arguments of type Rule Constructor Description AdvancedMessageProcessing(Collection<Rule> rules)
Constructs an<amp/>
element with rules.AdvancedMessageProcessing(Collection<Rule> rules, Boolean perHop)
Constructs an<amp/>
element with rules and a per-hop attribute.AdvancedMessageProcessing(List<Rule> rules, Rule.Action status, Jid from, Jid to)
Constructs an<amp/>
element with rules, status, from and to attribute.
-