| Interface | Description |
|---|---|
| CookieJarContainer | |
| NetworkingModule.CustomClientBuilder | |
| NetworkingModule.RequestBodyHandler |
Allows adding custom handling to build the
RequestBody from the JS body payload. |
| NetworkingModule.ResponseHandler |
Allows adding custom handling to build the JS body payload from the
ResponseBody. |
| NetworkingModule.UriHandler |
Allows to implement a custom fetching process for specific URIs.
|
| NetworkInterceptorCreator |
Classes implementing this interface return a new
Interceptor when the NetworkInterceptorCreator.create()
method is called. |
| OkHttpClientFactory | |
| ProgressListener |
| Class | Description |
|---|---|
| CountingOutputStream |
An OutputStream that counts the number of bytes written.
|
| ForwardingCookieHandler |
Cookie handler that forwards all cookies to the WebView CookieManager.
|
| HeaderUtil |
The class purpose is to weaken too strict OkHttp restriction on http headers.
|
| NetworkingModule |
Implements the XMLHttpRequest JavaScript interface.
|
| OkHttpClientProvider |
Helper class that provides the same OkHttpClient instance that will be used for all networking
requests.
|
| ProgressiveStringDecoder |
Class to decode encoded strings from byte array chunks.
|
| ProgressRequestBody | |
| ProgressResponseBody | |
| ReactCookieJarContainer |
Basic okhttp3 CookieJar container
|
| ResponseUtil |
Util methods to send network responses to JS.
|
| TLSSocketFactory |
This class is needed for TLS 1.2 support on Android 4.x
|