Package org.cometd.client.transport
package org.cometd.client.transport
-
ClassDescription
ClientTransports are used byBayeuxClientto send and receive Bayeux messages.Classes implementingMessageClientTransportindicate that the transport they provide receives messages without the need of a previous request, like it happens in HTTP long poll.Abstracts the communication betweenBayeuxClientandClientTransport.