All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AckExtension This client-side extension enables the client to acknowledge to the server the messages that the client has received.BayeuxClient BayeuxClient is the implementation of a client for the Bayeux protocol.BayeuxClient.BackOffStrategy A strategy to controls wait times of the retry attempts in case of heartbeat failures.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 BayeuxClient.State The states that a BayeuxClient may assume.BinaryExtension A client extension that encodesbyte[]orByteBufferinto aBinaryDataobject using theZ85format for outgoing messages, and decodesBinaryDataobjects back intobyte[]orByteBufferfor incoming messages.ClientTransport ClientTransports are used byBayeuxClientto send and receive Bayeux messages.ClientTransport.Factory ClientTransport.FailureHandler ClientTransport.FailureInfo HttpClientTransport MessageClientTransport Classes implementingMessageClientTransportindicate that the transport they provide receives messages without the need of a previous request, like it happens in HTTP long poll.TimestampClientExtension TimesyncClientExtension TransportListener Abstracts the communication betweenBayeuxClientandClientTransport.TransportRegistry