Uses of Interface
org.sr.server.IClientSessionInfo

Packages that use IClientSession
org.sr.server JavaScript to Java remote communication library. 
org.sr.server.http   
 

Uses of IClientSession in org.sr.server
 

Methods in org.sr.server that return IClientSession
 IClientSession<?> ICallerContext.getSession()
           
 

Uses of IClientSession in org.sr.server.http
 

Classes in org.sr.server.http that implement IClientSession
 class HttpClientSession
           
 

Methods in org.sr.server.http that return IClientSession
 IClientSession<?> HttpCallerContext.getSession()