COPY
743744745746747748749750
} @Override public void copy(String sourceUrl, String destinationUrl) throws IOException { HttpCopy copy = new HttpCopy(sourceUrl, destinationUrl); this.execute(copy, new VoidResponseHandler()); }