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 class
BayeuxClient.BackOffStrategy.Constant
A back off strategy that always returns the same wait time.static class
BayeuxClient.BackOffStrategy.Linear
A 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.BackOffStrategy
BayeuxClient. getBackOffStrategy()
Methods in org.cometd.client with parameters of type BayeuxClient.BackOffStrategy Modifier and Type Method Description void
BayeuxClient. setBackOffStrategy(BayeuxClient.BackOffStrategy backOffStrategy)
-