Uses of Package
org.cometd.client.transport
Packages that use org.cometd.client.transport
Package
Description
-
Classes in org.cometd.client.transport used by org.cometd.clientClassDescription
ClientTransport
s are used byBayeuxClient
to send and receive Bayeux messages.Abstracts the communication betweenBayeuxClient
andClientTransport
. -
Classes in org.cometd.client.transport used by org.cometd.client.http.commonClassDescription
ClientTransport
s are used byBayeuxClient
to send and receive Bayeux messages.Abstracts the communication betweenBayeuxClient
andClientTransport
. -
Classes in org.cometd.client.transport used by org.cometd.client.http.jettyClassDescription
ClientTransport
s are used byBayeuxClient
to send and receive Bayeux messages.Abstracts the communication betweenBayeuxClient
andClientTransport
. -
Classes in org.cometd.client.transport used by org.cometd.client.http.okhttpClassDescription
ClientTransport
s are used byBayeuxClient
to send and receive Bayeux messages.Abstracts the communication betweenBayeuxClient
andClientTransport
. -
Classes in org.cometd.client.transport used by org.cometd.client.transportClassDescription
ClientTransport
s are used byBayeuxClient
to send and receive Bayeux messages.Abstracts the communication betweenBayeuxClient
andClientTransport
. -
Classes in org.cometd.client.transport used by org.cometd.client.websocket.commonClassDescription
ClientTransport
s are used byBayeuxClient
to send and receive Bayeux messages.Classes implementingMessageClientTransport
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
. -
Classes in org.cometd.client.transport used by org.cometd.client.websocket.jakartaClassDescription
ClientTransport
s are used byBayeuxClient
to send and receive Bayeux messages.Classes implementingMessageClientTransport
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
. -
Classes in org.cometd.client.transport used by org.cometd.client.websocket.jettyClassDescription
ClientTransport
s are used byBayeuxClient
to send and receive Bayeux messages.Classes implementingMessageClientTransport
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
. -
Classes in org.cometd.client.transport used by org.cometd.client.websocket.okhttpClassDescription
ClientTransport
s are used byBayeuxClient
to send and receive Bayeux messages.Classes implementingMessageClientTransport
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
. -
Classes in org.cometd.client.transport used by org.cometd.oort