Searched refs:newChannelToUse (Results 1 – 2 of 2) sorted by relevance
286 … protected SIPClientTransaction(SIPTransactionStack newSIPStack, MessageChannel newChannelToUse) { in SIPClientTransaction() argument287 super(newSIPStack, newChannelToUse); in SIPClientTransaction()292 this.messageProcessor = newChannelToUse.messageProcessor; in SIPClientTransaction()293 this.setEncapsulatedChannel(newChannelToUse); in SIPClientTransaction()
500 protected SIPServerTransaction(SIPTransactionStack sipStack, MessageChannel newChannelToUse) { in SIPServerTransaction() argument502 super(sipStack, newChannelToUse); in SIPServerTransaction()