Package org.readium.r2.shared.util.http
See: Description
-
Interface Summary Interface Description Callback Callbacks allowing to override some behavior of the DefaultHttpClient. HttpClient An HTTP client performs HTTP requests. -
Class Summary Class Description DefaultHttpClient An implementation of HttpClient using the native HttpURLConnection. HttpStreamResponse HTTP response with streamable content. HttpFetchResponse HTTP response with the whole body as a ByteArray. HttpContainer Fetches remote resources through HTTP. MalformedResponse Malformed HTTP response. Timeout The client, server or gateways timed out. Unreachable Server could not be reached. Redirection Redirection failed. SslHandshake SSL Handshake failed. IO An unknown networking error. ErrorResponse Server responded with an error status code. HttpError Represents an error occurring during an HTTP activity. HttpHeaders Helper to parse HTTP request/response headers. HttpRange HTTP content range. Bytes File Body Supported body values. Builder HttpRequest Holds the information about an HTTP request performed by an HttpClient. HttpResource Provides access to an external URL through HTTP. HttpResourceFactory Creates HttpResource instances granting access to http://URLs using an HttpClient.HttpResponse Represents a successful HTTP response received from a server. HttpStatus Status code of an HTTP response. ProblemDetails Problem Details for HTTP APIs. HttpClientKt -
Enum Summary Enum Description Method Supported HTTP methods.