Android
org.apache.http.conn.params
public interface

org.apache.http.conn.params.ConnManagerPNames

org.apache.http.conn.params.ConnManagerPNames

Parameter names for connection managers in HttpConn.

Known Indirect Subclasses

Summary

Constants

      Value  
String  MAX_CONNECTIONS_PER_ROUTE  Defines the maximum number of connections per route.  "http.conn-manager.max-per-route" 
String  MAX_TOTAL_CONNECTIONS  Defines the maximum number of connections in total.  "http.conn-manager.max-total" 
String  TIMEOUT  Defines the timeout in milliseconds used when retrieving an instance of ManagedClientConnection from the ClientConnectionManager "http.conn-manager.timeout" 

Details

Constants

public static final String MAX_CONNECTIONS_PER_ROUTE

Defines the maximum number of connections per route. This limit is interpreted by client connection managers and applies to individual manager instances.

This parameter expects a value of type ConnPerRoute.

Constant Value: "http.conn-manager.max-per-route"

public static final String MAX_TOTAL_CONNECTIONS

Defines the maximum number of connections in total. This limit is interpreted by client connection managers and applies to individual manager instances.

This parameter expects a value of type Integer.

Constant Value: "http.conn-manager.max-total"

public static final String TIMEOUT

Defines the timeout in milliseconds used when retrieving an instance of ManagedClientConnection from the ClientConnectionManager.

This parameter expects a value of type Long.

Constant Value: "http.conn-manager.timeout"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48