Searched refs:getHopCount (Results 1 – 8 of 8) sorted by relevance
77 if ((fact == null) || (fact.getHopCount() < 1)) in nextStep()79 else if (plan.getHopCount() > 1) in nextStep()98 return (plan.getHopCount() > 1) ? in firstStep()114 if (fact.getHopCount() > 1) in directStep()149 if (fact.getHopCount() <= 1) in proxiedStep()153 final int phc = plan.getHopCount(); in proxiedStep()154 final int fhc = fact.getHopCount(); in proxiedStep()
232 public final int getHopCount() { in getHopCount() method in RouteTracker249 final int hopcount = getHopCount(); in getHopTarget()407 StringBuilder cab = new StringBuilder(50 + getHopCount()*30); in toString()
275 public final int getHopCount() { in getHopCount() method in HttpRoute285 final int hopcount = getHopCount(); in getHopTarget()413 StringBuilder cab = new StringBuilder(50 + getHopCount()*30); in toString()
110 int getHopCount() in getHopCount() method
464 if (route.getHopCount() == 1) { in execute()659 final int hop = fact.getHopCount()-1; // the hop to establish in establishRoute()
692 final int hop = fact.getHopCount()-1; // the hop to establish in establishRoute()
180 HPLorg/apache/http/conn/routing/HttpRoute;->getHopCount()I880 HSPLorg/apache/http/conn/routing/RouteInfo;->getHopCount()I
1831 method @Deprecated public int getHopCount();1859 method @Deprecated public int getHopCount();1887 method @Deprecated public int getHopCount();