MOVE
858859860861862863864865
} @Override public void move(String sourceUrl, String destinationUrl) throws IOException { HttpMove move = new HttpMove(sourceUrl, destinationUrl); this.execute(move, new VoidResponseHandler()); }