Package org.cometd.client.transport
package org.cometd.client.transport
-
Interface SummaryInterfaceDescriptionClasses implementing
MessageClientTransport
indicate that the transport they provide receives messages without the need of a previous request, like it happens in HTTP long poll.Abstracts the communication betweenBayeuxClient
andClientTransport
. -
Class SummaryClassDescription
ClientTransport
s are used byBayeuxClient
to send and receive Bayeux messages.Deprecated.
TransportListener
directly instead.