Searched refs:returnChannel (Results 1 – 1 of 1) sorted by relevance
1345 SIPTransaction returnChannel; in createMessageChannel() local1362 returnChannel = createClientTransaction(request, mc); in createMessageChannel()1364 ((SIPClientTransaction) returnChannel).setViaPort(nextHop.getPort()); in createMessageChannel()1365 ((SIPClientTransaction) returnChannel).setViaHost(nextHop.getHost()); in createMessageChannel()1366 addTransactionHash(returnChannel); in createMessageChannel()1371 return returnChannel; in createMessageChannel()