Package org.cometd.client.transport
package org.cometd.client.transport
-
Interface SummaryInterfaceDescriptionClasses implementing
MessageClientTransportindicate 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. -
Class SummaryClassDescription
ClientTransports are used byBayeuxClientto send and receive Bayeux messages.Deprecated.
TransportListenerdirectly instead.