Uses of Class
org.apache.hc.core5.pool.LaxConnPool.PerRoutePool.RequestServiceStrategy
-
Packages that use LaxConnPool.PerRoutePool.RequestServiceStrategy Package Description org.apache.hc.core5.pool Client side connection pool component APIs. -
-
Uses of LaxConnPool.PerRoutePool.RequestServiceStrategy in org.apache.hc.core5.pool
Methods in org.apache.hc.core5.pool that return LaxConnPool.PerRoutePool.RequestServiceStrategy Modifier and Type Method Description static LaxConnPool.PerRoutePool.RequestServiceStrategyLaxConnPool.PerRoutePool.RequestServiceStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LaxConnPool.PerRoutePool.RequestServiceStrategy[]LaxConnPool.PerRoutePool.RequestServiceStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.core5.pool with parameters of type LaxConnPool.PerRoutePool.RequestServiceStrategy Modifier and Type Method Description private voidLaxConnPool.PerRoutePool. servicePendingRequests(LaxConnPool.PerRoutePool.RequestServiceStrategy serviceStrategy)
-