| Package | Description |
|---|---|
| ai.nightfall.scan |
| Modifier and Type | Method and Description |
|---|---|
NightfallClient.Builder |
NightfallClient.Builder.withAPIKey(String apiKey)
Sets the API key for the Nightfall Client.
|
NightfallClient.Builder |
NightfallClient.Builder.withConnectionTimeout(Duration connectionTimeout)
Sets the connection timeout for the underlying HTTP client.
|
NightfallClient.Builder |
NightfallClient.Builder.withFileUploadConcurrency(int concurrency)
Sets the concurrency for file upload operations.
|
NightfallClient.Builder |
NightfallClient.Builder.withInterceptor(okhttp3.Interceptor interceptor)
Adds an interceptor to the HTTP client used to preform requests.
|
NightfallClient.Builder |
NightfallClient.Builder.withKeepAliveDuration(Duration keepAliveDuration)
Sets the keep-alive duration for a connection in the underlying HTTP connection pool.
|
NightfallClient.Builder |
NightfallClient.Builder.withMaxIdleConnections(int maxIdleConnections)
Sets the maximum number of idle connections in the underlying HTTP client.
|
NightfallClient.Builder |
NightfallClient.Builder.withReadTimeout(Duration readTimeout)
Sets the read timeout for the underlying HTTP client.
|
NightfallClient.Builder |
NightfallClient.Builder.withWriteTimeout(Duration writeTimeout)
Sets the write timeout for the underlying HTTP client.
|
Copyright © 2022. All rights reserved.