public static final class HttpClientStack.HttpPatch
extends org.apache.http.client.methods.HttpEntityEnclosingRequestBase
| Modifier and Type | Field and Description |
|---|---|
static String |
METHOD_NAME |
| Constructor and Description |
|---|
HttpPatch() |
HttpPatch(String uri) |
HttpPatch(URI uri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
clone, expectContinue, getEntity, setEntityabort, getProtocolVersion, getRequestLine, getURI, isAborted, setConnectionRequest, setReleaseTrigger, setURIaddHeader, addHeader, containsHeader, getAllHeaders, getFirstHeader, getHeaders, getLastHeader, getParams, headerIterator, headerIterator, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setParamspublic static final String METHOD_NAME
public HttpPatch()
public HttpPatch(URI uri)
public HttpPatch(String 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 © 2015. All rights reserved.