/meta/connects, without waiting for a response.BayeuxClient is the implementation of a client for the Bayeux protocol.BayeuxClient that will connect to the Bayeux server at the given URL,
with the given scheduler and with the given transport(s).BayeuxClient that will connect to the Bayeux server at the given URL
and with the given transport(s).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.ClientTransport.MAX_MESSAGE_SIZE_OPTION 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.BayeuxClient to reach the given state(s) within the given time.Copyright © 2008–2017 The CometD Project. All rights reserved.