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()
           
protected  ServerSessionImpl BayeuxServerImpl.newServerSession(LocalSessionImpl local, String idHint)
           
 

Methods in org.cometd.server that return types with arguments of type ServerSessionImpl
 Collection<ServerSessionImpl> BayeuxServerImpl.getSessions()
           
 

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 BayeuxServerImpl.extendReply(ServerSessionImpl from, ServerSessionImpl to, ServerMessage reply)
           
protected  boolean BayeuxServerImpl.extendSend(ServerSessionImpl from, ServerSessionImpl to, ServerMessage.Mutable message)
           
 ServerMessage 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)
           
 

Uses of ServerSessionImpl in org.cometd.server.transport
 

Fields in org.cometd.server.transport declared as ServerSessionImpl
protected  ServerSessionImpl WebSocketTransport.WebSocketScheduler._session
           
 



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