67686970717273
this(url, null, null); } public DeltaCloudClientImpl(String url, String username, String password) throws MalformedURLException, DeltaCloudClientException { this(url, new URLConnectionTransport(username, password)); }