org.chromium.net.apihelpers
Interfaces
CronetRequestCompletionListener |
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 |
CronetResponse |
A helper object encompassing the headers, body and metadata of a response to Cronet URL requests. |
ImplicitFlowControlCallback |
An implementation of |
InMemoryTransformCronetCallback |
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 |
RedirectHandlers |
Utility class for standard |
StringCronetCallback |
A specialization of |
UploadDataProviders |
Provides implementations of |
UrlRequestCallbacks |
Utility class for creating simple, convenient |
UrlRequestCallbacks.CallbackAndResponseFuturePair |
A named pair-like structure encapsulating Cronet callbacks and associated response futures. |