Uses of Interface
org.sr.server.IClientSessionInfo

Packages that use IClientSessionInfo
org.sr.server This package contains core server side classes. 
org.sr.server.http This package contains http protocol specific classess. 
 

Uses of IClientSessionInfo in org.sr.server
 

Methods in org.sr.server that return IClientSessionInfo
 IClientSessionInfo<?> ICallerContextInfo.getSession()
          Gives client session information if there is any
 

Uses of IClientSessionInfo in org.sr.server.http
 

Classes in org.sr.server.http that implement IClientSessionInfo
 class HttpClientSession
          Wrapper class of HttpSession
 

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