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

The methods of Org.Apache.Http.Conn.Params.ConnManagerParams are listed below. For a list of all members, see the ConnManagerParams Members list.

See Also: Inherited members from Java.Lang.Object

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.