Interface ConnPerRoute

All Known Implementing Classes:
ConnPerRouteBean

public interface ConnPerRoute
This interface is intended for looking up maximum number of connections allowed for for a given route. This class can be used by pooling connection managers for a fine-grained control of connections on a per route basis.
Since:
4.0
Version:
$Revision: 651813 $
Author:
Oleg Kalnichevski
  • Method Summary

    Modifier and Type Method Description
    int getMaxForRoute​(HttpRoute route)  
  • Method Details

    • getMaxForRoute

      int getMaxForRoute​(HttpRoute route)