Example usage for org.apache.http.impl.conn.tsccm ConnPoolByRoute subclass-usage

List of usage examples for org.apache.http.impl.conn.tsccm ConnPoolByRoute subclass-usage

Introduction

In this page you can find the example usage for org.apache.http.impl.conn.tsccm ConnPoolByRoute subclass-usage.

Usage

From source file com.netflix.http4.NamedConnectionPool.java

/**
 * A connection pool that provides Servo counters to monitor the efficiency. 
 * Three counters are provided: counter for getting free entries (or reusing entries),
 * counter for creating new entries, and counter for every connection request.
 * 
 * @author awang