Home
last modified time | relevance | path

Searched defs:sipResponse (Results 1 – 15 of 15) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DServerResponseInterface.java60 SIPResponse sipResponse, in processResponse()
73 SIPResponse sipResponse, in processResponse()
DStackMessageFactory.java68 SIPResponse sipResponse, in newSIPServerResponse()
DSIPDialog.java601 public SIPDialog(SIPClientTransaction transaction, SIPResponse sipResponse) { in SIPDialog()
612 public SIPDialog(SipProviderImpl sipProvider, SIPResponse sipResponse) { in SIPDialog()
827 private synchronized void addRoute(SIPResponse sipResponse) { in addRoute()
1871 private Request createRequest(String method, SIPResponse sipResponse) throws SipException { in createRequest()
2335 SIPResponse sipResponse = (SIPResponse) relResponse; in createPrack() local
2526 public void setResponseTags(SIPResponse sipResponse) { in setResponseTags()
2551 public void setLastResponse(SIPTransaction transaction, SIPResponse sipResponse) { in setLastResponse()
2958 SIPResponse sipResponse = sipServerTransaction.getReliableProvisionalResponse(); in handlePrack() local
3012 SIPResponse sipResponse = (SIPResponse) relResponse; in sendReliableProvisionalResponse() local
3146 SIPResponse sipResponse = (tr != null ? tr.getLastResponse() : null); in handleAck() local
DTCPMessageChannel.java502 SIPResponse sipResponse = sipRequest in processMessage() local
529 SIPResponse sipResponse = (SIPResponse) sipMessage; in processMessage() local
DTLSMessageChannel.java471 SIPResponse sipResponse = sipRequest in processMessage() local
511 SIPResponse sipResponse = (SIPResponse) sipMessage; in processMessage() local
DSIPClientTransaction.java1333 public boolean checkFromTag(SIPResponse sipResponse) { in checkFromTag()
1358 public void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel) { in processResponse()
DMessageChannel.java362 public void logResponse(SIPResponse sipResponse, long receptionTime, String status) { in logResponse()
DUDPMessageChannel.java515 SIPResponse sipResponse = (SIPResponse) sipMessage; in processMessage() local
DSIPServerTransaction.java1234 SIPResponse sipResponse = (SIPResponse) response; in sendResponse() local
DSIPTransactionStack.java662 public SIPDialog createDialog(SIPClientTransaction transaction, SIPResponse sipResponse) { in createDialog()
685 SIPResponse sipResponse) { in createDialog()
/external/nist-sip/java/gov/nist/javax/sip/
DDialogFilter.java110 SIPResponse sipResponse = sipRequest.createResponse(Response.REQUEST_PENDING); in sendRequestPendingResponse() local
141 SIPResponse sipResponse = sipRequest.createResponse(Response.BAD_REQUEST); in sendBadRequestResponse() local
172 SIPResponse sipResponse = sipRequest in sendCallOrTransactionDoesNotExistResponse() local
202 SIPResponse sipResponse = sipRequest.createResponse(Response.LOOP_DETECTED); in sendLoopDetectedResponse() local
233 SIPResponse sipResponse = sipRequest.createResponse(Response.SERVER_INTERNAL_ERROR); in sendServerInternalErrorResponse() local
1269 public void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel) { in processResponse()
DNistSipMessageFactoryImpl.java101 SIPResponse sipResponse, MessageChannel messageChannel) { in newSIPServerResponse()
DEventScanner.java276 SIPResponse sipResponse = (SIPResponse) responseEvent in deliverEvent() local
DSipProviderImpl.java743 SIPResponse sipResponse = (SIPResponse) response; in sendResponse() local
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java295 SIPResponse sipResponse = new SIPResponse(); in createResponse() local
352 SIPResponse sipResponse = new SIPResponse(); in createResponse() local
399 SIPResponse sipResponse = new SIPResponse(); in createResponse() local
440 SIPResponse sipResponse = sipRequest.createResponse(statusCode); in createResponse() local
473 SIPResponse sipResponse = sipRequest.createResponse(statusCode); in createResponse() local
504 SIPResponse sipResponse = sipRequest.createResponse(statusCode); in createResponse() local
606 SIPResponse sipResponse = new SIPResponse(); in createResponse() local
662 SIPResponse sipResponse = new SIPResponse(); in createResponse() local