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