@Deprecated public interface ConnManagerPNames
Modifier and Type | Field and Description |
---|---|
static String |
MAX_CONNECTIONS_PER_ROUTE
Deprecated.
Defines the maximum number of connections per route.
|
static String |
MAX_TOTAL_CONNECTIONS
Deprecated.
Defines the maximum number of connections in total.
|
static String |
TIMEOUT
Deprecated.
Defines the timeout in milliseconds used when retrieving an instance of
ManagedClientConnection from the
ClientConnectionManager . |
static final String TIMEOUT
ManagedClientConnection
from the
ClientConnectionManager
.
This parameter expects a value of type Long
.
static final String MAX_CONNECTIONS_PER_ROUTE
This parameter expects a value of type ConnPerRoute
.
static final String MAX_TOTAL_CONNECTIONS
This parameter expects a value of type Integer
.
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.