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.State The states that a BayeuxClient may assume.BinaryExtension A client extension that encodesbyte[]
orByteBuffer
into aBinaryData
object using theZ85
format for outgoing messages, and decodesBinaryData
objects back intobyte[]
orByteBuffer
for incoming messages.ClientTransport ClientTransport
s are used byBayeuxClient
to send and receive Bayeux messages.ClientTransport.Factory ClientTransport.FailureHandler ClientTransport.FailureInfo HttpClientTransport LongPollingTransport LongPollingTransport.Factory MessageClientTransport Classes implementingMessageClientTransport
indicate 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 betweenBayeuxClient
andClientTransport
.TransportListener.Empty TransportRegistry