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 void
close()
Response
sendRequest(Request req)
Send Request to the repositoryvoid
setBaseUrl(java.lang.String baseUrl)
Set the base url to alfresco - normally /alfresco
-
-
-
Method Detail
-
sendRequest
Response sendRequest(Request req) throws AuthenticationException, java.io.IOException
Send Request to the repository- Throws:
AuthenticationException
java.io.IOException
-
setBaseUrl
void setBaseUrl(java.lang.String baseUrl)
Set the base url to alfresco - normally /alfresco- Parameters:
baseUrl
-
-
close
void close()
-
-