Searched refs:nextHop (Results 1 – 2 of 2) sorted by relevance
1343 Hop nextHop) throws IOException { in createMessageChannel() argument1351 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() argument2013 targetHost.setHostname(nextHop.getHost()); in createRawMessageChannel()2016 targetHostPort.setPort(nextHop.getPort()); in createRawMessageChannel()2025 if (nextHop.getTransport().equalsIgnoreCase(nextProcessor.getTransport()) in createRawMessageChannel()
202 private Hop nextHop; field in SIPClientTransaction1533 this.nextHop = hop; in setNextHop()1543 return nextHop; in getNextHop()