|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientSession | |
|---|---|
| org.cometd.bayeux.client | |
| org.cometd.bayeux.server | |
| Uses of ClientSession in org.cometd.bayeux.client |
|---|
| Methods in org.cometd.bayeux.client that return ClientSession | |
|---|---|
ClientSession |
ClientSessionChannel.getSession()
|
| Methods in org.cometd.bayeux.client with parameters of type ClientSession | |
|---|---|
boolean |
ClientSession.Extension.rcv(ClientSession session,
Message.Mutable message)
Callback method invoked every time a normal message is received. |
boolean |
ClientSession.Extension.rcvMeta(ClientSession session,
Message.Mutable message)
Callback method invoked every time a meta message is received. |
boolean |
ClientSession.Extension.send(ClientSession session,
Message.Mutable message)
Callback method invoked every time a normal message is being sent. |
boolean |
ClientSession.Extension.sendMeta(ClientSession session,
Message.Mutable message)
Callback method invoked every time a meta message is being sent. |
| Uses of ClientSession in org.cometd.bayeux.server |
|---|
| Subinterfaces of ClientSession in org.cometd.bayeux.server | |
|---|---|
interface |
LocalSession
A LocalSession is a ClientSession within the server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||