RatelimitedHttpClient instead.@Deprecated public class UnlimitedHttpClient extends HttpClient
| Constructor and Description |
|---|
UnlimitedHttpClient(UserAgent userAgent,
String apiKey)
Deprecated.
|
UnlimitedHttpClient(UserAgent userAgent,
String baseUrl,
String apiKey)
Deprecated.
|
UnlimitedHttpClient(UserAgent userAgent,
String baseUrl,
String apiKey,
long timeout)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
nextRequest()
Deprecated.
|
connect, connect, execute, interceptResponse@Deprecated public UnlimitedHttpClient(UserAgent userAgent, String apiKey)
userAgent - The user agent to use.apiKey - The API key to use.@Deprecated public UnlimitedHttpClient(UserAgent userAgent, String baseUrl, String apiKey)
userAgent - The user agent to use.baseUrl - The base URL to use.apiKey - The API key to use.@Deprecated public UnlimitedHttpClient(UserAgent userAgent, String baseUrl, String apiKey, long timeout)
userAgent - The user agent to use.baseUrl - The base URL to use.apiKey - The API key to use.timeout - The timeout to use in milliseconds.@Deprecated public CompletableFuture<Void> nextRequest()
nextRequest in class HttpClientCopyright © 2026. All rights reserved.