Interface | Description |
---|---|
ByteBufferAllocator |
An object that can allocate and release byte buffers.
|
Class | Description |
---|---|
ByteBufferPool |
A pool of byte buffers that can be shared by multiple concurrent
clients.
|
Cookie |
An RFC 6265-compliant cookie.
|
CookieJar | |
CookieManager |
An RFC 6265-compliant cookie handler.
|
CookieStore |
A cookie store.
|
CookieStore.GetComparator | |
CookieStore.RemovalComparator | |
DateParser |
An RFC 6265-compliant date parser.
|
DateParser.Time |
Container for parsed time.
|
DirectoryURLConnection | |
ExtendedTime |
An extended time consisting of a long "base time" and
an integer "subtime".
|
FormDataElement |
A form data element, such as a byte array or a local file.
|
FormDataElement.ByteArrayElement |
A form data element based on a byte array.
|
FormDataElement.FileElement |
A form data element based on a file.
|
NetworkContext | |
NetworkContext.URLLoaderThreadFactory |
Thread factory for URL loader threads.
|
PublicSuffixes |
A collection of static utility methods dealing with "public suffixes".
|
SocketStreamHandle | |
SocketStreamHandle.CustomThreadFactory | |
URLLoader |
A runnable that loads a resource specified by a URL.
|
URLLoader.Redirect |
A holder for redirect information.
|
URLs |
A collection of static methods for URL creation.
|
Util |
A collection of static utility methods dealing with network I/O.
|
Enum | Description |
---|---|
PublicSuffixes.Rule |
Public suffix list rule types.
|
SocketStreamHandle.State |
Exception | Description |
---|---|
URLLoader.InvalidResponseException |
Signals an invalid response from the server.
|
URLLoader.TooManyRedirectsException |
Signals that too many redirects have been encountered
while processing the request.
|