@Contract
public class HttpPatch
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_NAME |
| Constructor and Description |
|---|
HttpPatch()
Constructor.
|
HttpPatch(String uri)
Constructor.
|
HttpPatch(URI uri)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod()
Gets HTTP method name.
|
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 static final String METHOD_NAME
public HttpPatch()
public HttpPatch(URI uri)
uri - request URI.public HttpPatch(String uri)
uri - request URI.IllegalArgumentException - if the uri is invalid.public String getMethod()
getMethod in interface org.apache.http.client.methods.HttpUriRequestgetMethod in class org.apache.http.client.methods.HttpRequestBaseCopyright © 2023. All rights reserved.