| Package | Description |
|---|---|
| ai.preferred.venom | |
| ai.preferred.venom.fetcher | |
| ai.preferred.venom.storage |
| Modifier and Type | Class and Description |
|---|---|
static class |
Crawler.AsyncCrawlerCallbackProcessor
This class methods is executed upon the completion of fetcher.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Response> |
AsyncFetcher.fetch(Request request,
Callback callback) |
@NotNull Future<Response> |
Fetcher.fetch(@NotNull Request request,
@NotNull Callback callback)
Fetch the desired HTTP page given in
Request. |
AsyncFetcher.Builder |
AsyncFetcher.Builder.register(@NotNull Callback callback)
Register any callbacks that will be called when a page has been fetched.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull Callback |
FileManager.getCallback()
Get callback upon completion of request.
|
Copyright © 2019. All rights reserved.