Interface Communicator<K>
-
- All Known Implementing Classes:
BaseCommunicator
,RedmineApiKeyAuthenticator
,RedmineAuthenticator
,RedmineUserPasswordAuthenticator
public interface Communicator<K>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <R> R
sendRequest(org.apache.http.HttpRequest request, ContentHandler<K,R> contentHandler)
Performs a request.
-
-
-
Method Detail
-
sendRequest
<R> R sendRequest(org.apache.http.HttpRequest request, ContentHandler<K,R> contentHandler) throws RedmineException
Performs a request.- Returns:
- the response body.
- Throws:
RedmineException
-
-