| AsyncHttpPaginatedQuery |
|
| AsyncHttpScheduler |
A HttpScheduler that uses a thread pool to run HTTP operations.
|
| AsyncPaginatedQuery<T> |
An object that encapsulates parameters of a REST query with a paginated response
|
| BasePaginatedQuery<T> |
A paginated query base implementation that can be used sync or asynchronously.
|
| BasePaginatedQuery.ResultRequest<T> |
Wraps a Http.Request> to fixate on either a sync or an async interface.
|
| BasePaginatedQuery.ResultRequest.Failed<T> |
A ResultRequest that has already failed due to a previous condition.
|
| Http |
A high level wrapper of both a sync and an async HttpScheduler.
|
| HttpAuth |
|
| HttpConstants |
|
| HttpConstants.ContentTypes |
|
| HttpConstants.Headers |
|
| HttpConstants.Methods |
|
| HttpCore |
HttpCore performs authenticated HTTP synchronously.
|
| HttpCore.Response |
A type encapsulating an httpCore response
|
| HttpHelpers |
|
| HttpPaginatedQuery |
|
| HttpScheduler |
HttpScheduler schedules HttpCore operations to an Executor, exposing a generic async API.
|
| HttpUtils |
HttpUtils: utility methods for Http operations
Internal
|
| HttpUtils.ByteArrayRequestBody |
A RequestBody wrapping a byte array
|
| HttpUtils.FormRequestBody |
|
| HttpUtils.JsonRequestBody |
A RequestBody wrapping a JSON-serialisable object
|
| PaginatedQuery<T> |
An object that encapsulates parameters of a REST query with a paginated response
|
| SyncHttpScheduler |
A HttpScheduler that runs everything in the current thread.
|