Interfaces
| CronetRequestCompletionListener<T> | A completion listener for accepting the results of a Cronet request asynchronously. | 
| RedirectHandler | An interface for classes specifying how Cronet should behave on redirects. | 
Classes
| ByteArrayCronetCallback | A specialization of InMemoryTransformCronetCallbackwhich returns the body bytes verbatim
 without any interpretation. | 
| CronetResponse<T> | A helper object encompassing the headers, body and metadata of a response to Cronet URL requests. | 
| ImplicitFlowControlCallback | An implementation of UrlRequest.Callbackthat takes away the difficulty of managing the
 request lifecycle away, and automatically proceeds to read the response entirely. | 
| InMemoryTransformCronetCallback<T> | An abstract Cronet callback that reads the entire body to memory and optionally deserializes the body before passing it back to the issuer of the HTTP request. | 
| JsonCronetCallback | A specialization of InMemoryTransformCronetCallbackthat interprets the response body as
 JSON. | 
| RedirectHandlers | Utility class for standard RedirectHandlerimplementations. | 
| StringCronetCallback | A specialization of InMemoryTransformCronetCallbackthat interprets the response body as
 a string. | 
| UploadDataProviders | Provides implementations of UploadDataProviderfor common use cases. | 
| UrlRequestCallbacks | Utility class for creating simple, convenient UrlRequest.Callbackimplementations for
 reading common types of responses. | 
| UrlRequestCallbacks.CallbackAndResponseFuturePair<ResponseBodyT, CallbackT extends InMemoryTransformCronetCallback<ResponseBodyT>> | A named pair-like structure encapsulating Cronet callbacks and associated response futures. | 
