Home | History | Annotate | Download | only in stack

Lines Matching defs:nextHop

1340      * @param nextHop Hop to create a channel to contact.
1343 Hop nextHop) throws IOException {
1351 targetHost.setHostname(nextHop.getHost());
1354 targetHostPort.setPort(nextHop.getPort());
1364 ((SIPClientTransaction) returnChannel).setViaPort(nextHop.getPort());
1365 ((SIPClientTransaction) returnChannel).setViaHost(nextHop.getHost());
1996 * @param nextHop Hop to create a MessageChannel to.
2004 Hop nextHop) throws UnknownHostException {
2013 targetHost.setHostname(nextHop.getHost());
2016 targetHostPort.setPort(nextHop.getPort());
2025 if (nextHop.getTransport().equalsIgnoreCase(nextProcessor.getTransport())