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 SipSessionSipMessage. getSession()SipSessionSipMessage. getSession(boolean create)SipSessionSipFactory. getSipSession(String id)Lookup aSipSessionby its session ID.Methods in org.jainslee.resources.sip with parameters of type SipSession Modifier and Type Method Description OutgoingSipResponseIncomingSipRequest. createResponse(int statusCode, String reasonPhrase, SipSession targetSession)Create a response for this request on the given session, with the specified status code and reason phrase.OutgoingSipResponseIncomingSipRequest. createResponse(int statusCode, SipSession targetSession)Create a response for this request on the given session, with the specified status code.OutgoingSipResponseIncomingSipRequest. createResponse(IncomingSipResponse incoming, SipSession session)Create a response for this request on the given session, copying any additional headers and content from anIncomingSipResponsereceived on another session.ActivityContextInterfaceEasySipActivityContextInterfaceFactory. getActivityContextInterface(SipSession activity)
-