Package com.flagright.api.core
-
Class Summary Class Description ClientOptions ClientOptions.Builder Environment FileStream Represents a file stream with associated metadata for file uploads.FlagrightHttpResponse<T> InputStreamRequestBody A custom implementation of OkHttp's RequestBody that wraps an InputStream.MediaTypes Nullable<T> NullableNonemptyFilter ObjectMappers QueryStringMapper RequestOptions RequestOptions.Builder ResponseBodyInputStream A custom InputStream that wraps the InputStream from the OkHttp Response and ensures that the OkHttp Response object is properly closed when the stream is closed.ResponseBodyReader A custom Reader that wraps the Reader from the OkHttp Response and ensures that the OkHttp Response object is properly closed when the reader is closed.RetryInterceptor Stream<T> TheStreamclass implementsIterableto provide a simple mechanism for reading and parsing objects of a given type from data streamed via aReaderusing a specified delimiter.Suppliers -
Exception Summary Exception Description FlagrightApiException This exception type will be thrown for any non-2XX API responses.FlagrightException This class serves as the base exception for all errors in the SDK.