Package com.luna.common.net.method
Class HttpDelete
java.lang.Object
org.apache.hc.core5.http.message.HeaderGroup
org.apache.hc.core5.http.message.BasicHttpRequest
org.apache.hc.core5.http.message.BasicClassicHttpRequest
org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
com.luna.common.net.method.HttpDelete
- All Implemented Interfaces:
Serializable
,org.apache.hc.client5.http.classic.methods.HttpUriRequest
,org.apache.hc.client5.http.config.Configurable
,org.apache.hc.core5.concurrent.Cancellable
,org.apache.hc.core5.concurrent.CancellableDependency
,org.apache.hc.core5.http.ClassicHttpRequest
,org.apache.hc.core5.http.HttpEntityContainer
,org.apache.hc.core5.http.HttpMessage
,org.apache.hc.core5.http.HttpRequest
,org.apache.hc.core5.http.MessageHeaders
public class HttpDelete
extends org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- Author:
- luna@mac 2021年05月12日 09:28
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
abort, cancel, getConfig, isAborted, isCancelled, reset, setConfig, setDependency, toString
Methods inherited from class org.apache.hc.core5.http.message.BasicClassicHttpRequest
getEntity, setEntity
Methods inherited from class org.apache.hc.core5.http.message.BasicHttpRequest
addHeader, getAuthority, getPath, getRequestUri, getScheme, getUri, getVersion, setAbsoluteRequestUri, setAuthority, setHeader, setPath, setScheme, setUri, setVersion
Methods inherited from class org.apache.hc.core5.http.message.HeaderGroup
addHeader, clear, containsHeader, countHeaders, getCondensedHeader, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIterator, removeHeader, removeHeaders, removeHeaders, setHeader, setHeaders
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.hc.core5.http.HttpEntityContainer
getEntity, setEntity
Methods inherited from interface org.apache.hc.core5.http.HttpMessage
addHeader, addHeader, getVersion, removeHeader, removeHeaders, setHeader, setHeader, setHeaders, setVersion
Methods inherited from interface org.apache.hc.core5.http.HttpRequest
getAuthority, getPath, getRequestUri, getScheme, getUri, setAuthority, setPath, setScheme, setUri
Methods inherited from interface org.apache.hc.core5.http.MessageHeaders
containsHeader, countHeaders, getFirstHeader, getHeader, getHeaders, getHeaders, getLastHeader, headerIterator, headerIterator
-
Field Details
-
METHOD_NAME
- See Also:
-
-
Constructor Details
-
HttpDelete
-
-
Method Details
-
getMethod
- Specified by:
getMethod
in interfaceorg.apache.hc.core5.http.HttpRequest
- Overrides:
getMethod
in classorg.apache.hc.core5.http.message.BasicHttpRequest
-