Package org.cometd.client
-
Interface Summary Interface Description BayeuxClient.BackOffStrategy A strategy to controls wait times of the retry attempts in case of heartbeat failures. -
Class Summary Class Description BayeuxClient BayeuxClient is the implementation of a client for the Bayeux protocol.BayeuxClient.BackOffStrategy.Constant A back off strategy that always returns the same wait time.BayeuxClient.BackOffStrategy.Linear A strategy that increases the wait time linearly up to a maximum.BayeuxClient.Scheduler -
Enum Summary Enum Description BayeuxClient.State The states that a BayeuxClient may assume.