Class MethodHelper.ExtensionMethod

  • All Implemented Interfaces:
    org.apache.commons.httpclient.HttpMethod
    Enclosing class:
    MethodHelper

    @Deprecated
    public static final class MethodHelper.ExtensionMethod
    extends org.apache.commons.httpclient.methods.EntityEnclosingMethod
    Deprecated.
    • Field Summary

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

        CONTENT_LENGTH_AUTO, CONTENT_LENGTH_CHUNKED
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      String getName()
      Deprecated.
       
      • Methods inherited from class org.apache.commons.httpclient.methods.EntityEnclosingMethod

        getFollowRedirects, getRequestCharSet, getRequestEntity, recycle, setContentChunked, setFollowRedirects, setRequestBody, setRequestBody, setRequestContentLength, setRequestContentLength, setRequestEntity
      • Methods inherited from class org.apache.commons.httpclient.methods.ExpectContinueMethod

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

        abort, addRequestHeader, addRequestHeader, addResponseFooter, execute, getAuthenticationRealm, getDoAuthentication, getEffectiveVersion, getHostAuthState, getHostConfiguration, getMethodRetryHandler, getParams, getPath, getProxyAuthenticationRealm, getProxyAuthState, getQueryString, getRecoverableExceptionCount, getRequestHeader, getRequestHeaders, getRequestHeaders, getResponseBody, getResponseBody, getResponseBodyAsStream, getResponseBodyAsString, getResponseBodyAsString, getResponseCharSet, getResponseContentLength, getResponseFooter, getResponseFooters, getResponseHeader, getResponseHeaders, getResponseHeaders, getStatusCode, getStatusLine, getStatusText, getURI, hasBeenUsed, isAborted, isHttp11, isRequestSent, isStrictMode, releaseConnection, removeRequestHeader, removeRequestHeader, setDoAuthentication, setHostConfiguration, setHttp11, setMethodRetryHandler, setParams, setPath, setQueryString, setQueryString, setRequestHeader, setRequestHeader, setStrictMode, setURI, validate
    • Constructor Detail

      • ExtensionMethod

        public ExtensionMethod​(String method,
                               String uri)
        Deprecated.
    • Method Detail

      • getName

        public String getName()
        Deprecated.
        Specified by:
        getName in interface org.apache.commons.httpclient.HttpMethod
        Specified by:
        getName in class org.apache.commons.httpclient.HttpMethodBase