org.apache.http.conn.params.ConnManagerPNames |
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" |
This parameter expects a value of type ConnPerRoute.
This parameter expects a value of type Integer.
This parameter expects a value of type Long.
Copyright 2007 Google Inc. | Build 0.9_r1-98467 - 14 Aug 2008 18:48 |