EthosClient |
Base HTTP client to interact with Ellucian Ethos API.
|
EthosClientBuilder |
Builder used for building Ethos clients.
|
EthosRequestConverter<T> |
Converts request body generic type objects into JSON formatted strings, for use when making POST or PUT API requests.
|
EthosResponse<T> |
Response object used by the Ethos SDK to contain specific response headers, response body content, and
the HTTP response status code.
|
EthosResponseBuilder |
Intended to be used to more easily build an EthosResponse object from the given org.apache.http.HttpResponse .
|
EthosResponseConverter |
Converter class extending the EthosResponseBuilder , the primary purpose of which is to handle manipulation
of the response body content for paging calculations, such as trimming the response body content for a given offset or
number of rows.
|
HttpProtocolClientBuilder |
Builds an org.apache.http.client.HttpClient used for making secure API calls over HTTP.
|