Home
last modified time | relevance | path

Searched refs:sourceChannel (Results 1 – 2 of 2) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java500 MessageChannel sourceChannel, SIPDialog dialog) { in processResponse() argument
535 inviteClientTransaction(transactionResponse, sourceChannel, dialog); in processResponse()
537 nonInviteClientTransaction(transactionResponse, sourceChannel, dialog); in processResponse()
607 MessageChannel sourceChannel, SIPDialog sipDialog) throws IOException { in nonInviteClientTransaction() argument
724 MessageChannel sourceChannel, SIPDialog dialog) throws IOException { in inviteClientTransaction() argument
DSIPServerTransaction.java708 public void processRequest(SIPRequest transactionRequest, MessageChannel sourceChannel) { in processRequest() argument