Package-level declarations

Contains classes and interfaces for working with network.

Contains classes and interfaces for working with network.

Types

Link copied to clipboard
interface ByteData : UploadData
interface ByteData : UploadData
An upload data as a sequence of bytes.
Link copied to clipboard
The connection types recognized by Chromium.
Link copied to clipboard
interface ContentType
interface ContentType
A parsed Content-Type header value.
Link copied to clipboard
interface File
interface File
A file data.
Link copied to clipboard
interface FormData : UploadData
interface FormData : UploadData
An upload data of the application/x-www-form-urlencoded content type.
Link copied to clipboard
interface Host
interface Host
A host name of the URI.
Link copied to clipboard
interface HostPort
interface HostPort
A host/port pair of the URI.
Link copied to clipboard
The HTTP authorization preferences.
Link copied to clipboard
interface HttpHeader
interface HttpHeader
An HTTP header.
Link copied to clipboard
An HTTP status code.
Link copied to clipboard
interface MimeType
interface MimeType
A media type of the resource.
Link copied to clipboard
An upload data of the multipart/form-data content type.
Link copied to clipboard
A service that provides access to the network-level functionality.
Link copied to clipboard
interface Port
interface Port
A port of the URI.
Link copied to clipboard
interface Scheme
interface Scheme
The scheme component of a URL.
Link copied to clipboard
interface TextData : UploadData
interface TextData : UploadData
An upload data of the text/plain content type.
Link copied to clipboard
interface UploadData
interface UploadData
A common interface that all upload data implementations must extend.
Link copied to clipboard
interface UrlRequest
interface UrlRequest
The details about an URL request.
Link copied to clipboard
interface UrlRequestJob
interface UrlRequestJob
Represents the url request job for a URL request.