Interface | Description |
---|---|
Delayer |
A delayer can be used to make sure that a server is flooded with requests,
i.e., a fetcher is aware of doing delays between single requests without
programming the delay functionality in all fetcher instances.
|
Class | Description |
---|---|
DummyDelayer |
A dummy instance of the
Delayer interface |
StaticDelayer |
A simple implementation of the Delayer interface using a static delay between
requests.
|
Copyright © 2017–2020. All rights reserved.