Interface SimpleCommunicator<T>


  • public interface SimpleCommunicator<T>
    • Method Detail

      • sendRequest

        T sendRequest​(org.apache.http.HttpRequest request)
               throws RedmineException
        Performs a request.
        Returns:
        the response body.
        Throws:
        RedmineException