37383940414243
* * @param hostname the druapl server URL * @param endPoint the services endpoint */ public AbstractDrupalClient(URI hostname, String endPoint) { this(new DrupalHttpClient(), hostname, endPoint); }