Uses of Interface
org.cometd.client.BayeuxClient.BackOffStrategy
-
Packages that use BayeuxClient.BackOffStrategy Package Description org.cometd.client -
-
Uses of BayeuxClient.BackOffStrategy in org.cometd.client
Classes in org.cometd.client that implement BayeuxClient.BackOffStrategy Modifier and Type Class Description static classBayeuxClient.BackOffStrategy.ConstantA back off strategy that always returns the same wait time.static classBayeuxClient.BackOffStrategy.LinearA strategy that increases the wait time linearly up to a maximum.Methods in org.cometd.client that return BayeuxClient.BackOffStrategy Modifier and Type Method Description BayeuxClient.BackOffStrategyBayeuxClient. getBackOffStrategy()Methods in org.cometd.client with parameters of type BayeuxClient.BackOffStrategy Modifier and Type Method Description voidBayeuxClient. setBackOffStrategy(BayeuxClient.BackOffStrategy backOffStrategy)
-