Class ZapDeleteMethod

  • All Implemented Interfaces:
    org.apache.commons.httpclient.HttpMethod

    @Deprecated
    public class ZapDeleteMethod
    extends org.apache.commons.httpclient.methods.EntityEnclosingMethod
    Deprecated.
    (2.12.0) Implementation details, do not use.
    An HTTP DELETE method implementation that ignores malformed HTTP response header lines.
    See Also:
    DeleteMethod
    • Field Summary

      • Fields inherited from class org.apache.commons.httpclient.methods.EntityEnclosingMethod

        CONTENT_LENGTH_AUTO, CONTENT_LENGTH_CHUNKED
      • Fields inherited from class org.apache.commons.httpclient.HttpMethodBase

        effectiveVersion, statusLine
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Deprecated.
      Returns DELETE.
      protected void readResponseHeaders​(org.apache.commons.httpclient.HttpState state, org.apache.commons.httpclient.HttpConnection conn)
      Deprecated.
      • Methods inherited from class org.apache.commons.httpclient.methods.EntityEnclosingMethod

        addContentLengthRequestHeader, addRequestHeaders, clearRequestBody, generateRequestBody, generateRequestEntity, getFollowRedirects, getRequestCharSet, getRequestContentLength, getRequestEntity, hasRequestContent, recycle, setContentChunked, setFollowRedirects, setRequestBody, setRequestBody, setRequestContentLength, setRequestContentLength, setRequestEntity, writeRequestBody
      • Methods inherited from class org.apache.commons.httpclient.methods.ExpectContinueMethod

        getUseExpectHeader, setUseExpectHeader
      • Methods inherited from class org.apache.commons.httpclient.HttpMethodBase

        abort, addCookieRequestHeader, addHostRequestHeader, addProxyConnectionHeader, addRequestHeader, addRequestHeader, addResponseFooter, addUserAgentRequestHeader, checkNotUsed, checkUsed, execute, generateRequestLine, getAuthenticationRealm, getContentCharSet, getDoAuthentication, getEffectiveVersion, getHostAuthState, getHostConfiguration, getMethodRetryHandler, getParams, getPath, getProxyAuthenticationRealm, getProxyAuthState, getQueryString, getRecoverableExceptionCount, getRequestHeader, getRequestHeaderGroup, getRequestHeaders, getRequestHeaders, getResponseBody, getResponseBody, getResponseBodyAsStream, getResponseBodyAsString, getResponseBodyAsString, getResponseCharSet, getResponseContentLength, getResponseFooter, getResponseFooters, getResponseHeader, getResponseHeaderGroup, getResponseHeaders, getResponseHeaders, getResponseStream, getResponseTrailerHeaderGroup, getStatusCode, getStatusLine, getStatusText, getURI, hasBeenUsed, isAborted, isConnectionCloseForced, isHttp11, isRequestSent, isStrictMode, processCookieHeaders, processResponseBody, processResponseHeaders, processStatusLine, readResponse, readResponseBody, readStatusLine, releaseConnection, removeRequestHeader, removeRequestHeader, responseBodyConsumed, setConnectionCloseForced, setDoAuthentication, setHostConfiguration, setHttp11, setMethodRetryHandler, setParams, setPath, setQueryString, setQueryString, setRequestHeader, setRequestHeader, setResponseStream, setStrictMode, setURI, shouldCloseConnection, validate, writeRequest, writeRequestHeaders, writeRequestLine
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZapDeleteMethod

        public ZapDeleteMethod()
        Deprecated.
      • ZapDeleteMethod

        public ZapDeleteMethod​(java.lang.String uri)
        Deprecated.
    • Method Detail

      • getName

        public java.lang.String getName()
        Deprecated.
        Returns DELETE.
        Specified by:
        getName in interface org.apache.commons.httpclient.HttpMethod
        Specified by:
        getName in class org.apache.commons.httpclient.HttpMethodBase
        Returns:
        DELETE
        Since:
        2.0
      • readResponseHeaders

        protected void readResponseHeaders​(org.apache.commons.httpclient.HttpState state,
                                           org.apache.commons.httpclient.HttpConnection conn)
                                    throws java.io.IOException
        Deprecated.

        Note: Malformed HTTP header lines are ignored (instead of throwing an exception).

        Overrides:
        readResponseHeaders in class org.apache.commons.httpclient.HttpMethodBase
        Throws:
        java.io.IOException