Interface SimpleCommunicator<T>
-
public interface SimpleCommunicator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
sendRequest(org.apache.http.HttpRequest request)
Performs a request.
-
-
-
Method Detail
-
sendRequest
T sendRequest(org.apache.http.HttpRequest request) throws RedmineException
Performs a request.- Returns:
- the response body.
- Throws:
RedmineException
-
-