|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChannelId | |
|---|---|
| org.mortbay.cometd | |
| Uses of ChannelId in org.mortbay.cometd |
|---|
| Fields in org.mortbay.cometd declared as ChannelId | |
|---|---|
static ChannelId |
AbstractBayeux.META_CONNECT_ID
|
static ChannelId |
AbstractBayeux.META_DISCONNECT_ID
|
static ChannelId |
AbstractBayeux.META_HANDSHAKE_ID
|
static ChannelId |
AbstractBayeux.META_PING_ID
|
static ChannelId |
AbstractBayeux.META_RECONNECT_ID
|
static ChannelId |
AbstractBayeux.META_STATUS_ID
|
static ChannelId |
AbstractBayeux.META_SUBSCRIBE_ID
|
static ChannelId |
AbstractBayeux.META_UNSUBSCRIBE_ID
|
| Methods in org.mortbay.cometd that return ChannelId | |
|---|---|
ChannelId |
ChannelImpl.getChannelId()
|
ChannelId |
AbstractBayeux.getChannelId(String id)
|
| Methods in org.mortbay.cometd with parameters of type ChannelId | |
|---|---|
ChannelImpl |
AbstractBayeux.getChannel(ChannelId id)
|
ChannelImpl |
ChannelImpl.getChild(ChannelId id)
|
boolean |
ChannelId.isParentOf(ChannelId id)
|
boolean |
ChannelId.matches(ChannelId name)
|
protected void |
ChannelImpl.publish(ChannelId to,
Client from,
Map<String,Object> msg)
|
void |
AbstractBayeux.publish(ChannelId to,
Client from,
Object data,
String msgId)
|
boolean |
AbstractBayeux.removeChannel(ChannelId channelId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||