Package | Description |
---|---|
org.cometd.client | |
org.cometd.client.transport |
Modifier and Type | Method and Description |
---|---|
void |
BayeuxClient.addTransportListener(TransportListener listener) |
void |
BayeuxClient.removeTransportListener(TransportListener listener) |
Modifier and Type | Class and Description |
---|---|
static class |
TransportListener.Empty
Deprecated.
use
TransportListener directly instead. |
Modifier and Type | Method and Description |
---|---|
abstract void |
ClientTransport.send(TransportListener listener,
List<org.cometd.bayeux.Message.Mutable> messages) |
void |
MessageClientTransport.setMessageTransportListener(TransportListener listener) |
Copyright © 2008–2023 The CometD Project. All rights reserved.