Class ImmediateSchedulingStrategy

java.lang.Object
org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy
All Implemented Interfaces:
SchedulingStrategy

@Contract(threading=STATELESS) public class ImmediateSchedulingStrategy extends Object implements SchedulingStrategy
Immediately schedules any operation.
Since:
5.0
  • Field Details

  • Constructor Details

    • ImmediateSchedulingStrategy

      public ImmediateSchedulingStrategy()
  • Method Details

    • schedule

      public org.apache.hc.core5.util.TimeValue schedule(int attemptNumber)
      Description copied from interface: SchedulingStrategy
      Schedules execution time for an operation.
      Specified by:
      schedule in interface SchedulingStrategy