Interface ConnectionPool.MaxMultiplexable
- Enclosing interface:
 ConnectionPool
public static interface ConnectionPool.MaxMultiplexable
Marks a connection as supporting multiplexed requests.
- 
Method Summary
 
- 
Method Details
- 
getMaxMultiplex
int getMaxMultiplex()- Returns:
 - the max number of requests multiplexable on a single connection
 
 
 -