|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SipSession in javax.servlet.sip |
Methods in javax.servlet.sip that return SipSession | |
SipSession |
SipSessionBindingEvent.getSession()
Returns the session to or from which the object is bound or unbound. |
SipSession |
SipSessionEvent.getSession()
Returns the session that changed. |
SipSession |
SipServletMessage.getSession()
Returns the SipSession to which this message belongs. |
SipSession |
SipServletMessage.getSession(boolean create)
Returns the SipSession to which this message belongs. |
Constructors in javax.servlet.sip with parameters of type SipSession | |
SipSessionBindingEvent(SipSession session,
java.lang.String name)
Constructs an event that notifies an object that it has been bound to or unbound from a session. |
|
SipSessionEvent(SipSession source)
Construct a session event from the given source. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |