Interface | Description |
---|---|
CookieJarContainer | |
NetworkInterceptorCreator |
Classes implementing this interface return a new
Interceptor when the NetworkInterceptorCreator.create()
method is called. |
ProgressListener |
Class | Description |
---|---|
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.
|
ProgressRequestBody | |
ProgressResponseBody | |
ReactCookieJarContainer |
Basic okhttp3 CookieJar container
|
ResponseUtil |
Util methods to send network responses to JS.
|