Java org.apache.http.conn.params ConnManagerPNames fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.conn.params ConnManagerPNames fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.conn.params ConnManagerPNames.

The text is from its open source code.

Field

StringTIMEOUT
Defines the timeout in milliseconds used when retrieving an instance of org.apache.http.conn.ManagedClientConnection from the org.apache.http.conn.ClientConnectionManager .
StringMAX_CONNECTIONS_PER_ROUTE
Defines the maximum number of connections per route.
StringMAX_TOTAL_CONNECTIONS
Defines the maximum number of connections in total.