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 IncomingSipRequestOutgoingSipRequest. 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.IncomingSipRequestProxy. getOriginalRequest()IncomingSipRequestSipSession. getPendingIncomingRequest(long cseq)Retrieve a pending incoming request received on this session.IncomingSipRequestNoAckReceived. getRequest()Get the INVITE request for which no ACK was received.IncomingSipRequestNoPrackReceived. getRequest()Get the INVITE request that started the transaction.IncomingSipRequestOutgoingSipResponse. getRequest()IncomingSipRequestStatelessSipResponse. 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 OutgoingSipRequestSipSession. createForkedNotify(IncomingSipRequest notify)Creates a new outgoing NOTIFY request and a newSipSession, for forwarding forked NOTIFY requests upstream.OutgoingSipRequestSipFactory. createRequest(IncomingSipRequest origRequest, boolean sameCallId)Creates a new request object belonging to a newSipSession.OutgoingSipRequestSipSession. createRequest(IncomingSipRequest original)Create a new request on this session, with all headers and content copied from another request.booleanSipLimiterFilter. isLimitable(IncomingSipRequest request)
-