Package org.alfresco.httpclient
Interface AlfrescoHttpClient
- All Known Implementing Classes:
AbstractHttpClient
public interface AlfrescoHttpClient
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
sendRequest
(Request req) Send Request to the repositoryvoid
setBaseUrl
(String baseUrl) Set the base url to alfresco - normally /alfresco
-
Method Details
-
sendRequest
Send Request to the repository- Throws:
AuthenticationException
IOException
-
setBaseUrl
Set the base url to alfresco - normally /alfresco- Parameters:
baseUrl
-
-
close
void close()
-