Searched defs:sipResponse (Results 1 – 15 of 15) sorted by relevance
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | ServerResponseInterface.java | 60 SIPResponse sipResponse, in processResponse() 73 SIPResponse sipResponse, in processResponse()
|
D | StackMessageFactory.java | 68 SIPResponse sipResponse, in newSIPServerResponse()
|
D | SIPDialog.java | 601 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
|
D | TCPMessageChannel.java | 502 SIPResponse sipResponse = sipRequest in processMessage() local 529 SIPResponse sipResponse = (SIPResponse) sipMessage; in processMessage() local
|
D | TLSMessageChannel.java | 471 SIPResponse sipResponse = sipRequest in processMessage() local 511 SIPResponse sipResponse = (SIPResponse) sipMessage; in processMessage() local
|
D | SIPClientTransaction.java | 1333 public boolean checkFromTag(SIPResponse sipResponse) { in checkFromTag() 1358 public void processResponse(SIPResponse sipResponse, MessageChannel incomingChannel) { in processResponse()
|
D | MessageChannel.java | 362 public void logResponse(SIPResponse sipResponse, long receptionTime, String status) { in logResponse()
|
D | UDPMessageChannel.java | 515 SIPResponse sipResponse = (SIPResponse) sipMessage; in processMessage() local
|
D | SIPServerTransaction.java | 1234 SIPResponse sipResponse = (SIPResponse) response; in sendResponse() local
|
D | SIPTransactionStack.java | 662 public SIPDialog createDialog(SIPClientTransaction transaction, SIPResponse sipResponse) { in createDialog() 685 SIPResponse sipResponse) { in createDialog()
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | DialogFilter.java | 110 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()
|
D | NistSipMessageFactoryImpl.java | 101 SIPResponse sipResponse, MessageChannel messageChannel) { in newSIPServerResponse()
|
D | EventScanner.java | 276 SIPResponse sipResponse = (SIPResponse) responseEvent in deliverEvent() local
|
D | SipProviderImpl.java | 743 SIPResponse sipResponse = (SIPResponse) response; in sendResponse() local
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | MessageFactoryImpl.java | 295 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
|