Package-level declarations

Types

Link copied to clipboard
interface CookieJarContainer : CookieJar
Link copied to clipboard
fun interface CustomClientBuilder
Link copied to clipboard

Cookie handler that forwards all cookies to the WebView CookieManager.

Link copied to clipboard
class NetworkingModule : NativeNetworkingAndroidSpec
Implements the XMLHttpRequest JavaScript interface.
Link copied to clipboard

Classes implementing this interface return a new Interceptor when the create method is called.

Link copied to clipboard
fun interface OkHttpClientFactory
Link copied to clipboard

Helper class that provides the same OkHttpClient instance that will be used for all networking requests.

Link copied to clipboard
open class OkHttpCompat
Helper class that provides wrappers for compatibility between different OkHttp versions.
Link copied to clipboard
fun interface ProgressListener
Link copied to clipboard
class ProgressResponseBody(responseBody: ResponseBody, progressListener: ProgressListener) : ResponseBody
Link copied to clipboard

Basic okhttp3 CookieJar container