Package org.cometd.client
Class BayeuxClient.BayeuxClientChannel
java.lang.Object
org.cometd.common.AbstractClientSession.AbstractSessionChannel
org.cometd.client.BayeuxClient.BayeuxClientChannel
- All Implemented Interfaces:
Channel
,ClientSessionChannel
,org.eclipse.jetty.util.component.Dumpable
- Enclosing class:
- BayeuxClient
protected class BayeuxClient.BayeuxClientChannel extends AbstractClientSession.AbstractSessionChannel
A channel scoped to this BayeuxClient.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.cometd.bayeux.client.ClientSessionChannel
ClientSessionChannel.ClientSessionChannelListener, ClientSessionChannel.MessageListener
-
Field Summary
Fields inherited from interface org.cometd.bayeux.Channel
META, META_CONNECT, META_DISCONNECT, META_HANDSHAKE, META_SUBSCRIBE, META_UNSUBSCRIBE, SERVICE
-
Constructor Summary
Constructors Modifier Constructor Description protected
BayeuxClientChannel(ChannelId channelId)
-
Method Summary
Modifier and Type Method Description ClientSession
getSession()
Methods inherited from class org.cometd.common.AbstractClientSession.AbstractSessionChannel
addListener, dump, dump, getAttribute, getAttributeNames, getChannelId, getId, getListeners, getSubscribers, isBroadcast, isDeepWild, isMeta, isReleased, isService, isWild, notifyMessageListeners, notifyOnMessage, publish, publish, publish, release, removeAttribute, removeListener, resetSubscriptions, sendSubscribe, sendUnSubscribe, setAttribute, subscribe, subscribe, throwIfReleased, toString, unsubscribe, unsubscribe, unsubscribe
-
Constructor Details
-
Method Details
-
getSession
- Returns:
- the client session associated with this channel
-