Class ConnPoolSupport


  • @Internal
    public final class ConnPoolSupport
    extends java.lang.Object
    Connection pooling support methods.
    Since:
    5.0
    • Constructor Summary

      Constructors 
      Constructor Description
      ConnPoolSupport()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String formatStats​(HttpRoute route, java.lang.Object state, org.apache.hc.core5.pool.ConnPoolControl<HttpRoute> connPool)  
      static java.lang.String getId​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnPoolSupport

        public ConnPoolSupport()
    • Method Detail

      • getId

        public static java.lang.String getId​(java.lang.Object object)
      • formatStats

        public static java.lang.String formatStats​(HttpRoute route,
                                                   java.lang.Object state,
                                                   org.apache.hc.core5.pool.ConnPoolControl<HttpRoute> connPool)