Uses of Class
org.cafesip.jiplet.JipletSession

Packages that use JipletSession
org.cafesip.jiplet This package contains the core Jiplet container classes. 
 

Uses of JipletSession in org.cafesip.jiplet
 

Methods in org.cafesip.jiplet that return JipletSession
protected  JipletSession JipletContext.addSession(SessionInfo session)
           
protected  JipletSession JipletContext.findSession(SessionInfo session)
           
 JipletSession JipletTimer.getSession(boolean create)
          Get the session object associated with this event.
 JipletSession JipletTimeout.getSession(boolean create)
          Get the session object associated with this event.
 JipletSession JipletSignal.getSession(boolean create)
          Get the session object associated with this event.
 JipletSession JipletResponse.getSession(boolean create)
          Get the session object associated with this response.
 JipletSession JipletRequest.getSession(boolean create)
          Get the session object associated with this request.
 JipletSession JipletEvent.getSession(javax.sip.message.Message message, boolean create)
          Returns the session object associated with the message.
 



http://www.cafesip.org