Language

ConnPerRouteBean.SetMaxForRoutes(IDictionary<HttpRoute,Integer>) Method

Definition

Replaces the route-specific maximum connection counts.

[Android.Runtime.Register("setMaxForRoutes", "(Ljava/util/Map;)V", "")]
public void SetMaxForRoutes(System.Collections.Generic.IDictionary<Org.Apache.Http.Conn.Routing.HttpRoute,Java.Lang.Integer>? map);
[<Android.Runtime.Register("setMaxForRoutes", "(Ljava/util/Map;)V", "")>]
member this.SetMaxForRoutes : System.Collections.Generic.IDictionary<Org.Apache.Http.Conn.Routing.HttpRoute, Java.Lang.Integer> -> unit

Parameters

map
IDictionary<HttpRoute,Integer>

The map of HTTP routes to their maximum connection counts, or null to leave the current values unchanged.

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