public class HttpCopy
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
| Constructor and Description |
|---|
HttpCopy(String source,
String destination)
Create an HTTP COPY request.
|
HttpCopy(URI source,
URI destination)
Create an HTTP COPY 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 HttpCopy(URI source, URI destination)
source - Source URL.destination - Destination 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.