/meta/connects, without waiting for a response.BayeuxClient is the implementation of a client for the Bayeux protocol.BayeuxClient may assumebyte[] or ByteBuffer into a BinaryData
object using the Z85 format for outgoing messages, and decodes BinaryData
objects back into byte[] or ByteBuffer for incoming messages.ClientTransports are used by BayeuxClient to send and receive Bayeux messages.BayeuxClient is connected to the Bayeux serverdisconnect and uses the given timeout
to wait for the disconnect to complete.BayeuxClient.handshake(MessageListener) insteadMessageClientTransport indicate that the transport they provide
receives messages without the need of a previous request, like it happens in HTTP long poll.BayeuxClient and ClientTransport.Copyright © 2008–2017 The CometD Project. All rights reserved.