public class HttpMove
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
| Constructor and Description |
|---|
HttpMove(String source,
String destination)
Create an HTTP MOVE request.
|
HttpMove(URI source,
URI destination)
Create an HTTP MOVE request.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod()
Returns the request method.
|
clone, expectContinue, getEntity, setEntitygetConfig, getProtocolVersion, getRequestLine, getURI, releaseConnection, setConfig, setProtocolVersion, setURI, started, toStringabort, completed, isAborted, reset, setCancellable, setConnectionRequest, setReleaseTriggeraddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamsequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic HttpMove(String source, String destination)
source - Source String URL.destination - Destination String URL.public String getMethod()
getMethod in interface org.apache.http.client.methods.HttpUriRequestgetMethod in class org.apache.http.client.methods.HttpRequestBaseCopyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.