Home | History | Annotate | Download | only in tsccm

Lines Matching defs:route

152      * @param route     the route for which to get the connection
157 * @return pool entry holding a connection for the route
166 HttpRoute route,
171 return requestPoolEntry(route, state).getPoolEntry(timeout, tunit);
178 public abstract PoolEntryRequest requestPoolEntry(HttpRoute route, Object state);
211 final HttpRoute route =
214 log.debug("Connection garbage collected. " + route);
216 handleLostEntry(route);
227 * Handles cleaning up for a lost pool entry with the given route.
231 * @param route the route of the pool entry that was lost
233 protected abstract void handleLostEntry(HttpRoute route)