| Interface | Description |
|---|---|
| AuthenticationDetailsProvider |
Provides details to allow users to authenticate against alfresco.
|
| HttpClientProvider |
Provides
HttpClient instance to be used to perform HTTP-calls. |
| HttpRequestCallback<T> |
Callback used when executing HTTP-request.
|
| Class | Description |
|---|---|
| AbstractHttpRequestCallback<T> |
Response callback that returns the
HttpResponse on success
and throws runtime exceptions on errors. |
| SharedHttpClientProvider |
A class responsible for managing shared
HTTP connections. |
| SimpleHttpRequestCallback |
Response callback that returns the
HttpResponse on success
and throws runtime exceptions on errors. |
Copyright © 2013. All Rights Reserved.