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
static | GetMaxConnectionsPerRoute(Org.Apache.Http.Params.IHttpParams)Returns lookup interface for maximum number of connections allowed per route. | |
static | GetMaxTotalConnections(Org.Apache.Http.Params.IHttpParams)Gets the maximum number of connections allowed. | |
static | GetTimeout(Org.Apache.Http.Params.IHttpParams)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. | |