Class RateLimitedCall


  • public class RateLimitedCall
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RateLimitedCall​(org.apache.hc.client5.http.async.methods.SimpleHttpResponse response, int clientIndex, int startIndex)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getClientIndex()  
      org.apache.hc.client5.http.async.methods.SimpleHttpResponse getResponse()  
      int getStartIndex()  
      • Methods inherited from class java.lang.Object

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

      • RateLimitedCall

        public RateLimitedCall​(org.apache.hc.client5.http.async.methods.SimpleHttpResponse response,
                               int clientIndex,
                               int startIndex)
    • Method Detail

      • getResponse

        public org.apache.hc.client5.http.async.methods.SimpleHttpResponse getResponse()
      • getClientIndex

        public int getClientIndex()
      • getStartIndex

        public int getStartIndex()