Package com.launchdarkly.sdk.internal.http
This package contains HTTP-related helpers that can be used by both the Java SDK and the
Android SDK, based on v4.x of the OkHttp client.
All types in this package are for internal LaunchDarkly use only, and are subject to change. They are not part of the public supported API of the SDKs, and they should not be referenced by application code. They have public scope only because they need to be available to LaunchDarkly SDK code in other packages.
-
Interface Summary Interface Description HeadersTransformer Callback interface for dynamically configuring HTTP headers on a per-request basis. -
Class Summary Class Description HttpConsts HttpErrors Contains shared helpers related to HTTP response validation.HttpHelpers Helper methods related to HTTP.HttpProperties Internal container for HTTP parameters used by SDK components. -
Exception Summary Exception Description HttpErrors.HttpErrorException Represents an HTTP response error as an exception.