Uses of Interface
javax.servlet.sip.SipApplicationSession

Uses of SipApplicationSession in javax.servlet.sip
 

Methods in javax.servlet.sip that return SipApplicationSession
 SipApplicationSession SipFactory.createApplicationSession()
          Returns a new SipApplicationSession.
 SipApplicationSession SipApplicationSessionEvent.getApplicationSession()
          Returns the expired session object.
 SipApplicationSession SipServletMessage.getApplicationSession()
          Returns the application session to which this message belongs.
 SipApplicationSession SipServletMessage.getApplicationSession(boolean create)
          Returns the app session to which this message belongs.
 SipApplicationSession SipSession.getApplicationSession()
          Returns the application session with which this SipSession is associated.
 

Methods in javax.servlet.sip with parameters of type SipApplicationSession
 SipServletRequest SipFactory.createRequest(SipApplicationSession appSession, java.lang.String method, SipAddress from, SipAddress to)
          Returns a new request object with the specified request method, From, and To headers.
 SipServletRequest SipFactory.createRequest(SipApplicationSession appSession, java.lang.String method, URI from, URI to)
          Returns a new request object with the specified request method, From, and To headers.
 SipServletRequest SipFactory.createRequest(SipApplicationSession appSession, java.lang.String method, java.lang.String from, java.lang.String to)
          Returns a new request object with the specified request method, From, and To headers.
 

Constructors in javax.servlet.sip with parameters of type SipApplicationSession
SipApplicationSessionEvent(SipApplicationSession appSession)
          Creates a new SipApplicationSessionEvent object.