|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ServletTimer.getApplicationSession()
Returns the application session associated with this ServletTimer . |
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 | |
ServletTimer |
TimerService.createTimer(SipApplicationSession appSession,
long delay,
boolean isPersistent,
java.io.Serializable info)
Creates a one-time ServletTimer and schedules it to
expire after the specified delay. |
ServletTimer |
TimerService.createTimer(SipApplicationSession appSession,
long delay,
long period,
boolean fixedDelay,
boolean isPersistent,
java.io.Serializable info)
Creates a repeating ServletTimer and schedules it to
expire after the specified delay and then again at approximately
regular intervals. |
SipServletRequest |
SipFactory.createRequest(SipApplicationSession appSession,
java.lang.String method,
Address from,
Address 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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |