Package org.apache.http.conn.params
Interface ConnManagerPNames
- All Known Subinterfaces:
AllClientPNames
- All Known Implementing Classes:
ConnManagerParams
public interface ConnManagerPNames
Parameter names for connection managers in HttpConn.
- Since:
- 4.0
- Version:
- $Revision: 658781 $
-
Field Summary
Fields Modifier and Type Field Description static StringMAX_CONNECTIONS_PER_ROUTEDefines the maximum number of connections per route.static StringMAX_TOTAL_CONNECTIONSDefines the maximum number of connections in total.static StringTIMEOUTDefines the timeout in milliseconds used when retrieving an instance ofManagedClientConnectionfrom theClientConnectionManager.
-
Field Details
-
TIMEOUT
Defines the timeout in milliseconds used when retrieving an instance ofManagedClientConnectionfrom theClientConnectionManager.This parameter expects a value of type
Long.- See Also:
- Constant Field Values
-
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.- See Also:
- Constant Field Values
-
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.- See Also:
- Constant Field Values
-