|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnManagerPNames
Parameter names for connection managers in HttpConn.
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 |
---|
static final java.lang.String MAX_HOST_CONNECTIONS
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.
static final java.lang.String MAX_TOTAL_CONNECTIONS
This parameter expects a value of type Integer
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |