Class HttpPoolEntry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.commons.logging.Log log
      Deprecated.
       
      private RouteTracker tracker
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpPoolEntry​(org.apache.commons.logging.Log log, java.lang.String id, HttpRoute route, OperatedClientConnection conn, long timeToLive, java.util.concurrent.TimeUnit timeUnit)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void close()
      Deprecated.
       
      (package private) HttpRoute getEffectiveRoute()
      Deprecated.
       
      (package private) HttpRoute getPlannedRoute()
      Deprecated.
       
      (package private) RouteTracker getTracker()
      Deprecated.
       
      boolean isClosed()
      Deprecated.
       
      boolean isExpired​(long now)
      Deprecated.
       
      • Methods inherited from class org.apache.http.pool.PoolEntry

        getConnection, getCreated, getExpiry, getId, getRoute, getState, getUpdated, getValidityDeadline, getValidUnit, setState, toString, updateExpiry
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • log

        private final org.apache.commons.logging.Log log
        Deprecated.
    • Constructor Detail

      • HttpPoolEntry

        public HttpPoolEntry​(org.apache.commons.logging.Log log,
                             java.lang.String id,
                             HttpRoute route,
                             OperatedClientConnection conn,
                             long timeToLive,
                             java.util.concurrent.TimeUnit timeUnit)
        Deprecated.