Uses of Class
org.cometd.server.ServerSessionImpl

Packages that use ServerSessionImpl
org.cometd.server   
org.cometd.server.transport   
 

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).
 

Uses of ServerSessionImpl in org.cometd.server.transport
 

Methods in org.cometd.server.transport with parameters of type ServerSessionImpl
protected  ServerMessage.Mutable LongPollingTransport.bayeuxServerHandle(ServerSessionImpl session, ServerMessage.Mutable message)
           
 



Copyright © 2008-2011 Dojo Foundation. All Rights Reserved.