Language

ConnPerRouteBean.GetMaxForRoute(HttpRoute) Method

Definition

[Android.Runtime.Register("getMaxForRoute", "(Lorg/apache/http/conn/routing/HttpRoute;)I", "")]
public int GetMaxForRoute(Org.Apache.Http.Conn.Routing.HttpRoute? route);
[<Android.Runtime.Register("getMaxForRoute", "(Lorg/apache/http/conn/routing/HttpRoute;)I", "")>]
abstract member GetMaxForRoute : Org.Apache.Http.Conn.Routing.HttpRoute -> int
override this.GetMaxForRoute : Org.Apache.Http.Conn.Routing.HttpRoute -> int

Parameters

route
HttpRoute

The HTTP route for which to retrieve the maximum connection count.

Returns

The maximum number of connections for the route, or the default maximum when no route-specific value is set.

Implements

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to