@ParametersAreNonnullByDefault
See: Description
Interface | Description |
---|---|
ByteData |
An upload data as a sequence of bytes.
|
ContentType |
A parsed
Content-Type header value. |
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.
|
Scheme |
The scheme component of a URL.
|
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 |
---|---|
ContentType.Builder |
A builder of
ContentType . |
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 |
---|---|
ConnectionType |
The connection types recognized by Chromium.
|
NetError |
The network error codes.
|
ResourceType |
Resource types.
|
SslVersion |
The list of supported SSL connection versions.
|
UrlRequestStatus |
The URL request statuses.
|