Package org.apache.http.conn.params
Interface ConnPerRoute
-
- All Known Implementing Classes:
ConnPerRouteBean
@Deprecated public interface ConnPerRoute
Deprecated.(4.3) no longer used.This interface is intended for looking up maximum number of connections allowed for a given route. This class can be used by poolingconnection managers
for a fine-grained control of connections on a per route basis.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description int
getMaxForRoute(HttpRoute route)
Deprecated.
-
-
-
Method Detail
-
getMaxForRoute
int getMaxForRoute(HttpRoute route)
Deprecated.
-
-