See: Description
| Interface | Description |
|---|---|
| BytesData |
An upload data as a sequence of bytes.
|
| File |
A file data.
|
| FormData |
An upload data of the
application/x-www-form-urlencoded content type. |
| FormData.Pair |
A key-value pair that represents a segment of a form data, for example a form field content.
|
| Host |
A host name of the URI.
|
| HostPort |
A host/port pair of the URI.
|
| HttpAuthPreferences |
The HTTP authorization preferences.
|
| HttpHeader |
An HTTP header.
|
| MimeType |
A media type of the resource.
|
| MultipartFormData |
An upload data of the
multipart/form-data content type. |
| MultipartFormData.Pair |
A key-value pair that represents a segment of a multi-part form data.
|
| Network |
A service that provides access to the network-level functionality.
|
| Port |
A port of the URI.
|
| TextData |
An upload data of the
text/plain content type. |
| UploadData |
A common interface that all upload data implementations must extend.
|
| UrlRequest |
The details about an URL request.
|
| UrlRequest.Id |
An identifier of the
UrlRequest instance. |
| UrlRequestJob |
Represents the url request job for a URL request.
|
| UrlRequestJob.Id |
An identifier of the
UrlRequestJob. |
| UrlRequestJob.Options |
The options needed to initialize
UrlRequestJob. |
| Class | Description |
|---|---|
| File.Builder |
A builder of
File. |
| FormData.Builder |
A builder of
FormData. |
| HttpStatus |
An HTTP status code.
|
| MultipartFormData.Builder |
A builder of
MultipartFormData. |
| UrlRequestJob.Options.Builder |
A
UrlRequestJob.Options builder. |
| Enum | Description |
|---|---|
| NetError |
The network error codes.
|
| ResourceType |
Resource types.
|
| UrlRequestStatus |
The URL request statuses.
|