Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPClientTransaction.java286 … protected SIPClientTransaction(SIPTransactionStack newSIPStack, MessageChannel newChannelToUse) { in SIPClientTransaction() argument
287 super(newSIPStack, newChannelToUse); in SIPClientTransaction()
292 this.messageProcessor = newChannelToUse.messageProcessor; in SIPClientTransaction()
293 this.setEncapsulatedChannel(newChannelToUse); in SIPClientTransaction()
DSIPServerTransaction.java500 protected SIPServerTransaction(SIPTransactionStack sipStack, MessageChannel newChannelToUse) { in SIPServerTransaction() argument
502 super(sipStack, newChannelToUse); in SIPServerTransaction()