| Interface | Description |
|---|---|
| ServerResponseBodyPart |
a part of the response body, either a chunk in a chunked-encoded response, or the whole response body.
|
| ServerResponseElement |
An element of the HTTP response.
|
| ServerResponseHeaders |
The headers of an HTTP response
Created by Karel Maesen, Geovise BVBA on 18/12/14.
|
| ServerResponseStatus |
The HTTP Response Status
Created by Karel Maesen, Geovise BVBA on 18/12/14.
|
| Class | Description |
|---|---|
| ClientRequest |
Wraps a
Request into a more limited interface. |
| ClientRequestBuilder |
A Builder for Client Requests.
|
| CollectingSubscriber<T> |
A
Subscriber that collects all parts of a response body, after transformation, into a List. |
| HTTPStatusCode |
HTTP status codes as documented in RFC 2616
Created by Karel Maesen, Geovise BVBA on 19/12/14.
|
| MutableResponseProcessor |
An abstract base class for implementations that process the
ServerResponseElements that are
returned by a HTTP request. |
| RxHttpClient |
A Reactive HTTP Client
Created by Karel Maesen, Geovise BVBA on 05/12/14.
|
| RxHttpClient.Builder |
A Builder for
RxHttpClient builders. |
| ServerResponse |
Wraps an Async Response delegate.
|
| Exception | Description |
|---|---|
| HttpClientError |
Unchecked Exception for HTTP Client errors (4xx status code).
|
| HttpError |
Abstract Exception class for HTTP Error status codes.
|
| HttpServerError |
Unchecked Exception for HTTP Client errors (4xx status code).
|