org.apache.http.conn.params
Interface ConnManagerPNames

All Known Subinterfaces:
AllClientPNames

public interface ConnManagerPNames

Parameter names for connection managers in HttpConn.

Since:
4.0
Version:
$Revision: 576068 $

Field Summary
static java.lang.String MAX_HOST_CONNECTIONS
          Defines the maximum number of connections to a host.
static java.lang.String MAX_TOTAL_CONNECTIONS
          Defines the maximum number of connections in total.
 

Field Detail

MAX_HOST_CONNECTIONS

static final java.lang.String MAX_HOST_CONNECTIONS
Defines the maximum number of connections to a host. This limit is interpreted by client connection managers and applies to individual manager instances.

This parameter expects a value of type Map. The value should map instances of HttpRoute to integers. The default value is mapped to a special, private key.

See Also:
Constant Field Values

MAX_TOTAL_CONNECTIONS

static final java.lang.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.

See Also:
Constant Field Values


Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.