Interface TransportListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
TransportListener.Empty

public interface TransportListener extends EventListener

Abstracts the communication between BayeuxClient and ClientTransport.

A TransportListener is associated to every batch of messages being sent, and notified when responses for those messages come back, or a failure occurs.

See Also: