Uses of Interface
org.jainslee.resources.sip.IncomingSipRequest
-
Packages that use IncomingSipRequest Package Description org.jainslee.resources.sip -
-
Uses of IncomingSipRequest in org.jainslee.resources.sip
Methods in org.jainslee.resources.sip that return IncomingSipRequest Modifier and Type Method Description IncomingSipRequest
OutgoingSipRequest. getOriginalRequest()
If this request was created usingSipSession.createRequest(IncomingSipRequest)
orSipFactory.createRequest(IncomingSipRequest,boolean)
, this method allows the app to retrieve the original incoming request that this request was created from.IncomingSipRequest
Proxy. getOriginalRequest()
IncomingSipRequest
SipSession. getPendingIncomingRequest(long cseq)
Retrieve a pending incoming request received on this session.IncomingSipRequest
NoAckReceived. getRequest()
Get the INVITE request for which no ACK was received.IncomingSipRequest
NoPrackReceived. getRequest()
Get the INVITE request that started the transaction.IncomingSipRequest
OutgoingSipResponse. getRequest()
IncomingSipRequest
StatelessSipResponse. getRequest()
Methods in org.jainslee.resources.sip that return types with arguments of type IncomingSipRequest Modifier and Type Method Description Iterable<IncomingSipRequest>
SipSession. getPendingIncomingRequests()
Retrieve all pending incoming requests on this session.Methods in org.jainslee.resources.sip with parameters of type IncomingSipRequest Modifier and Type Method Description OutgoingSipRequest
SipSession. createForkedNotify(IncomingSipRequest notify)
Creates a new outgoing NOTIFY request and a newSipSession
, for forwarding forked NOTIFY requests upstream.OutgoingSipRequest
SipFactory. createRequest(IncomingSipRequest origRequest, boolean sameCallId)
Creates a new request object belonging to a newSipSession
.OutgoingSipRequest
SipSession. createRequest(IncomingSipRequest original)
Create a new request on this session, with all headers and content copied from another request.boolean
SipLimiterFilter. isLimitable(IncomingSipRequest request)
-