Interface | Description |
---|---|
CookieJarContainer | |
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.
|
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
Source: http://blog.dev-area.net/2015/08/13/android-4-1-enable-tls-1-1-and-tls-1-2/
|