Package org.alfresco.httpclient
Interface AlfrescoHttpClient
-
- All Known Implementing Classes:
AbstractHttpClient
public interface AlfrescoHttpClient- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()ResponsesendRequest(Request req)Send Request to the repositoryvoidsetBaseUrl(String baseUrl)Set the base url to alfresco - normally /alfresco
-
-
-
Method Detail
-
sendRequest
Response sendRequest(Request req) throws AuthenticationException, IOException
Send Request to the repository- Throws:
AuthenticationExceptionIOException
-
setBaseUrl
void setBaseUrl(String baseUrl)
Set the base url to alfresco - normally /alfresco- Parameters:
baseUrl-
-
close
void close()
-
-