|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerSessionImpl | |
|---|---|
| org.cometd.server | |
| Uses of ServerSessionImpl in org.cometd.server |
|---|
| Methods in org.cometd.server that return ServerSessionImpl | |
|---|---|
protected ServerSessionImpl |
BayeuxServerImpl.newServerSession()
|
| 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). |
ServerMessage.Mutable |
BayeuxServerImpl.extendReply(ServerSessionImpl from,
ServerSessionImpl to,
ServerMessage.Mutable reply)
|
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). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||