Package com.facebook.react.modules.network
See: Description
-
Interface Summary Interface Description CookieJarContainer NetworkInterceptorCreator Classes implementing this interface return a new Interceptor when the create method is called. UriHandler Allows to implement a custom fetching process for specific URIs. RequestBodyHandler Allows adding custom handling to build the RequestBody from the JS body payload. ResponseHandler Allows adding custom handling to build the JS body payload from the ResponseBody. CustomClientBuilder OkHttpClientFactory ProgressListener -
Class Summary 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. ProgressRequestBody ProgressResponseBody ProgressiveStringDecoder Class to decode encoded strings from byte array chunks. 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.