| Methods in org.cometd.server with parameters of type ServerSessionImpl |
protected void |
BayeuxServerImpl.addServerSession(ServerSessionImpl session)
|
protected void |
BayeuxServerImpl.doPublish(ServerSessionImpl from,
ServerChannelImpl to,
ServerMessage.Mutable mutable)
|
protected void |
LocalSessionImpl.doSend(ServerSessionImpl from,
ServerMessage.Mutable message)
Send a message (to the server). |
protected boolean |
BayeuxServerImpl.extendRecv(ServerSessionImpl from,
ServerMessage.Mutable message)
|
ServerMessage.Mutable |
BayeuxServerImpl.extendReply(ServerSessionImpl from,
ServerSessionImpl to,
ServerMessage.Mutable reply)
|
protected boolean |
BayeuxServerImpl.extendSend(ServerSessionImpl from,
ServerSessionImpl to,
ServerMessage.Mutable message)
|
ServerMessage.Mutable |
BayeuxServerImpl.handle(ServerSessionImpl session,
ServerMessage.Mutable message)
Extend and handle in incoming message. |
protected void |
LocalSessionImpl.send(ServerSessionImpl session,
ServerMessage.Mutable message)
Send a message (to the server). |
protected boolean |
ServerChannelImpl.subscribe(ServerSessionImpl session)
|
protected void |
ServerChannelImpl.unsubscribe(ServerSessionImpl session)
|