Org.Apache.Http.Conn.Params.ConnManagerParams Members

The members of Org.Apache.Http.Conn.Params.ConnManagerParams are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Fields

const
DefaultMaxTotalConnectionsint (20). The default maximum number of connections allowed overall

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

static
GetMaxConnectionsPerRoute(Org.Apache.Http.Params.IHttpParams) : IConnPerRoute
Returns lookup interface for maximum number of connections allowed per route.
static
GetMaxTotalConnections(Org.Apache.Http.Params.IHttpParams) : int
Gets the maximum number of connections allowed.
static
GetTimeout(Org.Apache.Http.Params.IHttpParams) : long
Returns the timeout in milliseconds used when retrieving a Org.Apache.Http.Conn.IManagedClientConnection from the Org.Apache.Http.Conn.IClientConnectionManager.
static
SetMaxConnectionsPerRoute(Org.Apache.Http.Params.IHttpParams, IConnPerRoute)
Sets lookup interface for maximum number of connections allowed per route.
static
SetMaxTotalConnections(Org.Apache.Http.Params.IHttpParams, int)
Sets the maximum number of connections allowed.
static
SetTimeout(Org.Apache.Http.Params.IHttpParams, long)
Sets the timeout in milliseconds used when retrieving a Org.Apache.Http.Conn.IManagedClientConnection from the Org.Apache.Http.Conn.IClientConnectionManager.