Uses of Interface
org.jainslee.resources.sip.SipSession
-
Packages that use SipSession Package Description org.jainslee.resources.sip -
-
Uses of SipSession in org.jainslee.resources.sip
Methods in org.jainslee.resources.sip that return SipSession Modifier and Type Method Description SipSession
SipMessage. getSession()
SipSession
SipMessage. getSession(boolean create)
SipSession
SipFactory. getSipSession(String id)
Lookup aSipSession
by its session ID.Methods in org.jainslee.resources.sip with parameters of type SipSession Modifier and Type Method Description OutgoingSipResponse
IncomingSipRequest. createResponse(IncomingSipResponse incoming, SipSession session)
Create a response for this request on the given session, copying any additional headers and content from anIncomingSipResponse
received on another session.ActivityContextInterface
EasySipActivityContextInterfaceFactory. getActivityContextInterface(SipSession activity)
-