UrlRequest
public
abstract
class
UrlRequest
extends Object
| java.lang.Object | |
| ↳ | android.net.http.UrlRequest |
Controls an HTTP request (GET, PUT, POST etc).
Created by UrlRequest.Builder, which can be obtained by calling
HttpEngine.newUrlRequestBuilder.
Note: All methods must be called on the Executor passed to
HttpEngine.newUrlRequestBuilder.
Summary
Nested classes | |
|---|---|
class |
UrlRequest.Builder
Builder for |
interface |
UrlRequest.Callback
Users of the HTTP stack extend this class to receive callbacks indicating the
progress of a |
class |
UrlRequest.Status
|