Example usage for org.apache.http.impl.conn PoolingClientConnectionManager getMaxPerRoute

List of usage examples for org.apache.http.impl.conn PoolingClientConnectionManager getMaxPerRoute

Introduction

In this page you can find the example usage for org.apache.http.impl.conn PoolingClientConnectionManager getMaxPerRoute.

Prototype

public int getMaxPerRoute(final HttpRoute route) 

Source Link

Usage