|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RateLimiter | |
|---|---|
| com.univocity.api.net | |
| Uses of RateLimiter in com.univocity.api.net |
|---|
| Methods in com.univocity.api.net that return RateLimiter | |
|---|---|
RateLimiter |
HttpRequest.getRateLimiter()
Returns the RateLimiter associated with this request, if any. |
| Methods in com.univocity.api.net with parameters of type RateLimiter | |
|---|---|
void |
HttpRequest.setRateLimiter(RateLimiter rateLimiter)
Associates a RateLimiter with this request to prevent multiple simultaneous requests. |
| Constructors in com.univocity.api.net with parameters of type RateLimiter | |
|---|---|
HttpRequest(String url,
RateLimiter rateLimiter)
Creates a new request for a given request URL |
|
UrlReaderProvider(String url,
RateLimiter rateLimiter)
Creates a new instance to read content from a given URL. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||