Share via


ConnPoolByRoute.NewRouteSpecificPool(HttpRoute) Method

Definition

[Android.Runtime.Register("newRouteSpecificPool", "(Lorg/apache/http/conn/routing/HttpRoute;)Lorg/apache/http/impl/conn/tsccm/RouteSpecificPool;", "GetNewRouteSpecificPool_Lorg_apache_http_conn_routing_HttpRoute_Handler")]
protected virtual Org.Apache.Http.Impl.Conn.Tsccm.RouteSpecificPool? NewRouteSpecificPool (Org.Apache.Http.Conn.Routing.HttpRoute? route);
[<Android.Runtime.Register("newRouteSpecificPool", "(Lorg/apache/http/conn/routing/HttpRoute;)Lorg/apache/http/impl/conn/tsccm/RouteSpecificPool;", "GetNewRouteSpecificPool_Lorg_apache_http_conn_routing_HttpRoute_Handler")>]
abstract member NewRouteSpecificPool : Org.Apache.Http.Conn.Routing.HttpRoute -> Org.Apache.Http.Impl.Conn.Tsccm.RouteSpecificPool
override this.NewRouteSpecificPool : Org.Apache.Http.Conn.Routing.HttpRoute -> Org.Apache.Http.Impl.Conn.Tsccm.RouteSpecificPool

Parameters

route
HttpRoute

Returns

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