Uses of Class
dev.dosya.sdk.DosyaClientOptions
Packages that use DosyaClientOptions
-
Uses of DosyaClientOptions in dev.dosya.sdk
Methods in dev.dosya.sdk that return DosyaClientOptionsModifier and TypeMethodDescriptionDosyaClientOptions.baseDelay(long baseDelay) Sets the initial delay for exponential backoff in milliseconds.Sets the base URL for the Dosya API.DosyaClientOptions.connectTimeout(long connectTimeout) Sets the TCP connection timeout in milliseconds.Registers a debug callback that receives human-readable log messages.DosyaClientOptions.interceptor(@Nullable DosyaInterceptor interceptor) Registers an interceptor for observing HTTP requests and responses.DosyaClientOptions.maxDelay(long maxDelay) Sets the maximum delay between retries in milliseconds.DosyaClientOptions.maxRetries(int maxRetries) Sets the maximum number of retry attempts for failed requests.DosyaClientOptions.onRateLimit(@Nullable Consumer<RateLimitInfo> onRateLimit) Registers a callback invoked when rate-limit response headers are received.DosyaClientOptions.readTimeout(long readTimeout) Sets the read/response timeout in milliseconds.DosyaClientOptions.timeout(long timeout) Convenience method that sets both connect and read timeouts to the same value.Constructors in dev.dosya.sdk with parameters of type DosyaClientOptionsModifierConstructorDescriptionDosyaClient(@NotNull DosyaClientOptions options) Creates a newDosyaClientwith the given options. -
Uses of DosyaClientOptions in dev.dosya.sdk.internal
Constructors in dev.dosya.sdk.internal with parameters of type DosyaClientOptions