Uses of Interface
org.cometd.client.BayeuxClient.BackOffStrategy
Packages that use BayeuxClient.BackOffStrategy
-
Uses of BayeuxClient.BackOffStrategy in org.cometd.client
Classes in org.cometd.client that implement BayeuxClient.BackOffStrategyModifier and TypeClassDescriptionstatic class
A back off strategy that always returns the same wait time.static class
A strategy that increases the wait time linearly up to a maximum.Methods in org.cometd.client that return BayeuxClient.BackOffStrategyMethods in org.cometd.client with parameters of type BayeuxClient.BackOffStrategyModifier and TypeMethodDescriptionvoid
BayeuxClient.setBackOffStrategy
(BayeuxClient.BackOffStrategy backOffStrategy)