Package io.ably.lib.http
package io.ably.lib.http
-
ClassDescriptionA HttpScheduler that uses a thread pool to run HTTP operations.An object that encapsulates parameters of a REST query with a paginated responseA paginated query base implementation that can be used sync or asynchronously.Wraps a Http.Request<BasePaginatedResult
> to fixate on either a sync or an async interface. A ResultRequest that has already failed due to a previous condition.A high level wrapper of both a sync and an async HttpScheduler.Http.Execute<Result>HttpCore performs authenticated HTTP synchronously.Exception signifying that an httpCore request failed with a WWW-Authenticate responseInterface for an entity that performs type-specific processing on an httpCore response bodyInterface for an entity that supplies an httpCore request bodyA type encapsulating an httpCore responseInterface for an entity that performs type-specific processing on an httpCore responseHttpScheduler schedules HttpCore operations to an Executor, exposing a generic async API.HttpUtils: utility methods for Http operations InternalA RequestBody wrapping a byte arrayA RequestBody wrapping a JSON-serialisable objectAn object that encapsulates parameters of a REST query with a paginated responseA HttpScheduler that runs everything in the current thread.