Package | Description |
---|---|
org.apache.cometd.bayeux | |
org.apache.tomcat.bayeux |
Modifier and Type | Method and Description |
---|---|
Channel |
Message.getChannel()
Returns a reference to the channel that this message was published throuhg
|
Channel |
Bayeux.getChannel(String channelId,
boolean create)
Returns the channel for a given channel id.
|
Channel |
Bayeux.remove(Channel channel)
Removes a channel from the Bayeux object.
|
Modifier and Type | Method and Description |
---|---|
List<Channel> |
Bayeux.getChannels()
Returns a list of currently active channels in this Bayeux session.
|
Modifier and Type | Method and Description |
---|---|
Channel |
Bayeux.remove(Channel channel)
Removes a channel from the Bayeux object.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelImpl |
Modifier and Type | Field and Description |
---|---|
protected Channel |
MessageImpl.channel |
Modifier and Type | Field and Description |
---|---|
protected LinkedHashMap<String,Channel> |
TomcatBayeux.channels
a list of all active channels
|
Modifier and Type | Method and Description |
---|---|
Channel |
MessageImpl.getChannel() |
Channel |
TomcatBayeux.getChannel(String channelId,
boolean create) |
Channel |
TomcatBayeux.remove(Channel channel) |
Modifier and Type | Method and Description |
---|---|
List<Channel> |
TomcatBayeux.getChannels() |
Modifier and Type | Method and Description |
---|---|
Channel |
TomcatBayeux.remove(Channel channel) |
protected void |
MessageImpl.setChannel(Channel channel) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.