org.chromium.net
Annotations
ConnectionMigrationOptions.Experimental |
An annotation for APIs which are not considered stable yet. |
DnsOptions.Experimental |
An annotation for APIs which are not considered stable yet. |
Proxy.HttpConnectCallback.OnResponseReceivedAction |
Actions that can be performed in response to |
Proxy.Scheme |
Schemes supported when defining a proxy. |
ProxyOptions.AllProxiesFailedBehavior |
Defines behavior after all proxies in a |
QuicOptions.Experimental |
An annotation for APIs which are not considered stable yet. |
QuicOptions.QuichePassthroughOption |
An annotation for APIs which configure QUICHE options not curated by Cronet. |
UrlRequest.Experimental |
An annotation for APIs which are not considered stable yet. |
Classes
AndroidProxyOptions |
|
BidirectionalStream |
Class for bidirectional sending and receiving of data over HTTP/2 or QUIC connections. |
BidirectionalStream.Builder |
Builder for |
BidirectionalStream.Callback |
Callback class used to receive callbacks from a |
ConnectionMigrationOptions |
A class configuring Cronet's connection migration functionality. |
ConnectionMigrationOptions.Builder |
Builder for |
CronetEngine |
An engine to process |
CronetEngine.Builder |
A builder for |
CronetEngine.Builder.LibraryLoader |
A class which provides a method for loading the cronet native library. |
CronetProvider |
Provides a factory method to create |
DnsOptions |
A class configuring Cronet's host resolution functionality. |
DnsOptions.Builder |
Builder for |
DnsOptions.StaleDnsOptions |
A class configuring Cronet's stale DNS functionality. |
DnsOptions.StaleDnsOptions.Builder |
Builder for |
NetworkQualityRttListener |
Watches observations of various round trip times (RTTs) at various layers of the network stack. |
NetworkQualityThroughputListener |
Listener that is notified of throughput observations from the network quality estimator. |
Proxy |
Represents a proxy that can be used by |
Proxy.HttpConnectCallback |
Controls tunnels established via HTTP CONNECT. |
Proxy.HttpConnectCallback.Request |
Represents an HTTP CONNECT request being sent to the proxy server. |
ProxyOptions |
Defines a proxy configuration that can be used by |
QuicOptions |
Configuration options for QUIC in Cronet. |
QuicOptions.Builder |
Builder for |
RequestFinishedInfo |
Information about a finished request. |
RequestFinishedInfo.Listener |
Listens for finished requests for the purpose of collecting metrics. |
RequestFinishedInfo.Metrics |
Metrics collected for a single request. |
UploadDataProvider |
Abstract class allowing the embedder to provide an upload body to |
UploadDataProviders |
This class is deprecated. use |
UploadDataSink |
Defines callbacks methods for |
UrlRequest |
Controls an HTTP request (GET, PUT, POST etc). |
UrlRequest.Builder |
Builder for |
UrlRequest.Callback |
Users of Cronet extend this class to receive callbacks indicating the progress of a |
UrlRequest.Status |
Request status values returned by |
UrlRequest.StatusListener |
Listener class used with |
UrlResponseInfo |
Basic information about a response. |
UrlResponseInfo.HeaderBlock |
Unmodifiable container of response headers or trailers. |
Exceptions
CallbackException |
Exception passed to |
CronetException |
Base exception passed to |
InlineExecutionProhibitedException |
Thrown when an executor runs a submitted runnable inline in |
NetworkException |
Exception passed to |
QuicException |
Subclass of |