A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
W
X
Z
H
- hasFileExtension(String) - function in org.readium.r2.shared.util.format.FormatHints
- Returns whether this context has any of the given file extensions, ignoring case.
- hashCode() - function in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipShort
- Override to make two instances with same value equal.
- hashCode() - function in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipEightByteInteger
- Override to make two instances with same value equal.
- hashCode() - function in org.readium.r2.shared.util.zip.compress.archivers.zip.GeneralPurposeBit
- hashCode() - function in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipLong
- Override to make two instances with same value equal.
- hashCode() - function in org.readium.r2.shared.util.zip.compress.archivers.zip.ZipArchiveEntry
- Get the hash code of the entry.This uses the name as the hash code.
- hashCode() - function in java.util.zip.ZipArchiveEntry
- hashCode() - function in org.readium.r2.shared.publication.Href
- hashCode() - function in org.readium.r2.shared.util.Instant
- hashCode() - function in org.readium.r2.shared.util.Language
- hashCode() - function in org.readium.r2.shared.util.Url
- hashCode() - function in org.readium.r2.shared.util.AbsoluteUrl
- hashCode() - function in org.readium.r2.shared.util.RelativeUrl
- hashCode() - function in org.readium.r2.shared.util.mediatype.MediaType
- hasMediaType(String) - function in org.readium.r2.shared.util.format.FormatHints
- Returns whether this context has any of the given media type, ignoring case and extra parameters.
- hasNext() - function in org.readium.r2.shared.publication.services.content.Content.Iterator
- Returns true if the iterator has a next element, suspending the caller while processing it.
- hasNext() - function in org.readium.r2.shared.publication.services.content.iterators.HtmlResourceContentIterator
- Returns true if the iterator has a next element, suspending the caller while processing it.
- hasNext() - function in org.readium.r2.shared.publication.services.content.iterators.PublicationContentIterator
- Returns true if the iterator has a next element, suspending the caller while processing it.
- hasNext() - function in org.readium.r2.shared.util.CursorList
- hasPrevious() - function in org.readium.r2.shared.publication.services.content.Content.Iterator
- Returns true if the iterator has a previous element, suspending the caller while processing it.
- hasPrevious() - function in org.readium.r2.shared.publication.services.content.iterators.HtmlResourceContentIterator
- Returns true if the iterator has a previous element, suspending the caller while processing it.
- hasPrevious() - function in org.readium.r2.shared.publication.services.content.iterators.PublicationContentIterator
- Returns true if the iterator has a previous element, suspending the caller while processing it.
- hasPrevious() - function in org.readium.r2.shared.util.CursorList
- HEAD - enum entry in org.readium.r2.shared.util.http.HttpRequest.Method
- head(HttpClient,HttpRequest) - function in org.readium.r2.shared.util.http.HttpClientKt
- Performs a HEAD request to retrieve only the response headers.
- header(String) - function in org.readium.r2.shared.util.http.HttpResponse
- Finds the last header matching the given name.
- headers(String) - function in org.readium.r2.shared.util.http.HttpResponse
- Finds all the headers matching the given name.
- HEIGHT - enum entry in org.readium.r2.shared.publication.presentation.Presentation.Fit
- HertzKt - class in org.readium.r2.shared.util.units
- Holds - class in org.readium.r2.shared.opds
- Library-specific features when a specific book is unavailable but provides a hold list.
- Holds.Companion - class in org.readium.r2.shared.opds.Holds
- Href - class in org.readium.r2.shared.publication
- An hypertext reference points to a resource in a Publication.
- Href.Companion - class in org.readium.r2.shared.publication.Href
- HrefNormalizerKt - class in org.readium.r2.shared.publication
- HtmlResourceContentExtractor - class in org.readium.r2.shared.util.resource.content
- ResourceContentExtractor implementation for HTML resources.
- HtmlResourceContentIterator - class in org.readium.r2.shared.publication.services.content.iterators
- Iterates an HTML resource, starting from the given locator.
- HtmlResourceContentIterator.Factory - class in org.readium.r2.shared.publication.services.content.iterators.HtmlResourceContentIterator
- HtmlResourceContentIterator.ParsedElements - class in org.readium.r2.shared.publication.services.content.iterators.HtmlResourceContentIterator
- Holds the result of parsing the HTML resource into a list of Content.Element.
- HtmlSniffer - class in org.readium.r2.shared.util.format
- Sniffs an HTML or XHTML document.
- HttpClient - class in org.readium.r2.shared.util.http
- An HTTP client performs HTTP requests.
- HttpClient.Companion - class in org.readium.r2.shared.util.http.HttpClient
- HttpClientKt - class in org.readium.r2.shared.util.http
- HttpContainer - class in org.readium.r2.shared.util.http
- Fetches remote resources through HTTP.
- HttpError - class in org.readium.r2.shared.util.http
- Represents an error occurring during an HTTP activity.
- HttpError.Companion - class in org.readium.r2.shared.util.http.HttpError
- HttpError.ErrorResponse - class in org.readium.r2.shared.util.http.HttpError
- Server responded with an error status code.
- HttpError.IO - class in org.readium.r2.shared.util.http.HttpError
- An unknown networking error.
- HttpError.MalformedResponse - class in org.readium.r2.shared.util.http.HttpError
- Malformed HTTP response.
- HttpError.Redirection - class in org.readium.r2.shared.util.http.HttpError
- Redirection failed.
- HttpError.SslHandshake - class in org.readium.r2.shared.util.http.HttpError
- SSL Handshake failed.
- HttpError.Timeout - class in org.readium.r2.shared.util.http.HttpError
- The client, server or gateways timed out.
- HttpError.Unreachable - class in org.readium.r2.shared.util.http.HttpError
- Server could not be reached.
- HttpFetchResponse - class in org.readium.r2.shared.util.http
- HTTP response with the whole body as a ByteArray.
- HttpHeaders - class in org.readium.r2.shared.util.http
- Helper to parse HTTP request/response headers.
- HttpHeaders.Companion - class in org.readium.r2.shared.util.http.HttpHeaders
- HttpRange - class in org.readium.r2.shared.util.http
- HTTP content range.
- HttpRequest - class in org.readium.r2.shared.util.http
- Holds the information about an HTTP request performed by an HttpClient.
- HttpRequest.Body - class in org.readium.r2.shared.util.http.HttpRequest
- Supported body values.
- HttpRequest.Body.Bytes - class in org.readium.r2.shared.util.http.HttpRequest.Body
- HttpRequest.Body.File - class in org.readium.r2.shared.util.http.HttpRequest.Body
- HttpRequest.Builder - class in org.readium.r2.shared.util.http.HttpRequest
- HttpRequest.Companion - class in org.readium.r2.shared.util.http.HttpRequest
- HttpRequest.Method - class in org.readium.r2.shared.util.http.HttpRequest
- Supported HTTP methods.
- HttpResource - class in org.readium.r2.shared.util.http
- Provides access to an external URL through HTTP.
- HttpResource.Companion - class in org.readium.r2.shared.util.http.HttpResource
- HttpResourceFactory - class in org.readium.r2.shared.util.http
- Creates HttpResource instances granting access to
http://URLs using an HttpClient. - HttpResponse - class in org.readium.r2.shared.util.http
- Represents a successful HTTP response received from a server.
- HttpStatus - class in org.readium.r2.shared.util.http
- Status code of an HTTP response.
- HttpStatus.Companion - class in org.readium.r2.shared.util.http.HttpStatus
- HttpStreamResponse - class in org.readium.r2.shared.util.http
- HTTP response with streamable content.
- Hz - class in org.readium.r2.shared.util.units