Home
last modified time | relevance | path

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

/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPTransactionStack.java1343 Hop nextHop) throws IOException { in createMessageChannel() argument
1351 targetHost.setHostname(nextHop.getHost()); in createMessageChannel()
1354 targetHostPort.setPort(nextHop.getPort()); in createMessageChannel()
1364 ((SIPClientTransaction) returnChannel).setViaPort(nextHop.getPort()); in createMessageChannel()
1365 ((SIPClientTransaction) returnChannel).setViaHost(nextHop.getHost()); in createMessageChannel()
2004 Hop nextHop) throws UnknownHostException { in createRawMessageChannel() argument
2013 targetHost.setHostname(nextHop.getHost()); in createRawMessageChannel()
2016 targetHostPort.setPort(nextHop.getPort()); in createRawMessageChannel()
2025 if (nextHop.getTransport().equalsIgnoreCase(nextProcessor.getTransport()) in createRawMessageChannel()
DSIPClientTransaction.java202 private Hop nextHop; field in SIPClientTransaction
1533 this.nextHop = hop; in setNextHop()
1543 return nextHop; in getNextHop()