Uses of Class
org.cometd.server.ServerSessionImpl

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

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, java.lang.String idHint)
           
 

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

Methods in org.cometd.server with parameters of type ServerSessionImpl
protected  void BayeuxServerImpl.addServerSession(ServerSessionImpl session)
           
protected  void LocalSessionImpl.doSend(ServerSessionImpl session, ServerMessage.Mutable message)
          Send a message (to the server).
protected  boolean BayeuxServerImpl.extendRecv(ServerSessionImpl from, ServerMessage.Mutable message)
           
 ServerMessage BayeuxServerImpl.extendReply(ServerSessionImpl session, ServerMessage reply)
           
protected  boolean BayeuxServerImpl.extendSend(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.transports
 

Fields in org.cometd.server.transports declared as ServerSessionImpl
protected  ServerSessionImpl WebSocketTransport.WebSocketDispatcher._session
           
 



Copyright © 2010 Dojo Foundation. All Rights Reserved.