Uses of Interface
org.jainslee.resources.sip.IncomingSipResponse
-
Packages that use IncomingSipResponse Package Description org.jainslee.resources.sip -
-
Uses of IncomingSipResponse in org.jainslee.resources.sip
Methods in org.jainslee.resources.sip that return IncomingSipResponse Modifier and Type Method Description IncomingSipResponse
OutgoingSipRequest. getFinalResponse()
Gets the final response that was received in response to this request.Methods in org.jainslee.resources.sip with parameters of type IncomingSipResponse Modifier and Type Method Description OutgoingSipResponse
IncomingSipRequest. createForkedResponse(IncomingSipResponse incoming)
Creates a new outgoing response and a newSipSession
, for forwarding forked responses upstream.OutgoingSipResponse
IncomingSipRequest. createResponse(IncomingSipResponse incoming)
Create a response for this request, copying any additional headers and content from anIncomingSipResponse
received on another session.
-