Package | Description |
---|---|
org.cometd.bayeux.client | |
org.cometd.client | |
org.cometd.common | |
org.cometd.server |
Modifier and Type | Method and Description |
---|---|
ClientSessionChannel |
ClientSession.getChannel(String channelName)
Returns a client side channel scoped by this session.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionChannel.MessageListener.onMessage(ClientSessionChannel channel,
Message message)
Callback invoked when a message is received on the given
channel . |
Modifier and Type | Class and Description |
---|---|
protected class |
BayeuxClient.BayeuxClientChannel
A channel scoped to this BayeuxClient.
|
Modifier and Type | Class and Description |
---|---|
protected class |
AbstractClientSession.AbstractSessionChannel
A channel scoped to a
ClientSession . |
Modifier and Type | Method and Description |
---|---|
ClientSessionChannel |
AbstractClientSession.getChannel(ChannelId channelId) |
ClientSessionChannel |
AbstractClientSession.getChannel(String channelName) |
Modifier and Type | Class and Description |
---|---|
protected class |
LocalSessionImpl.LocalChannel
A channel scoped to this LocalSession.
|
Copyright © 2008–2024 The CometD Project. All rights reserved.