public class HttpPatch extends HttpUriRequestBase
Modifier and Type | Field and Description |
---|---|
static String |
METHOD_NAME
The method name "PATCH".
|
Constructor and Description |
---|
HttpPatch(String uri)
Constructs a new instance initialized with the given URI.
|
HttpPatch(URI uri)
Constructs a new instance initialized with the given URI.
|
abort, cancel, getConfig, isAborted, isCancelled, reset, setConfig, setDependency, toString
getEntity, setEntity
addHeader, getAuthority, getMethod, getPath, getRequestUri, getScheme, getUri, getVersion, setAbsoluteRequestUri, setAuthority, setHeader, setPath, setScheme, setUri, setVersion
addHeader, clear, containsHeader, countHeaders, getCondensedHeader, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIterator, removeHeader, removeHeaders, removeHeaders, setHeader, setHeaders
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getAuthority, getMethod, getPath, getRequestUri, getScheme, getUri, setAuthority, setPath, setScheme, setUri
addHeader, addHeader, getVersion, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setVersion
public static final String METHOD_NAME
public HttpPatch(URI uri)
uri
- a non-null request URI.IllegalArgumentException
- if the uri is null.public HttpPatch(String uri)
uri
- a non-null request URI.IllegalArgumentException
- if the uri is invalid.Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.