Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Deprecated API

Deprecated Classes
org.apache.commons.httpclient.methods.MultipartPostMethod
          Use org.apache.commons.httpclient.methods.multipart.MultipartRequestEntity in conjunction with PostMethod instead. 
org.apache.commons.httpclient.methods.UrlDeleteMethod
          use DeleteMethod 
org.apache.commons.httpclient.methods.UrlGetMethod
          use GetMethod 
org.apache.commons.httpclient.methods.UrlHeadMethod
          use HeadMethod 
org.apache.commons.httpclient.methods.UrlOptionsMethod
          use OptionsMethod 
org.apache.commons.httpclient.methods.UrlPostMethod
          use PostMethod 
org.apache.commons.httpclient.methods.UrlPutMethod
          use PutMethod 
 

Deprecated Fields
org.apache.commons.httpclient.methods.EntityEnclosingMethod.CONTENT_LENGTH_AUTO
          Use InputStreamRequestEntity.CONTENT_LENGTH_AUTO 55 . 
org.apache.commons.httpclient.methods.EntityEnclosingMethod.CONTENT_LENGTH_CHUNKED
          Use EntityEnclosingMethod.setContentChunked(boolean) 55 . 
org.apache.commons.httpclient.methods.EntityEnclosingMethod.requestContentLength
            
 

Deprecated Methods
org.apache.commons.httpclient.methods.HeadMethod.getBodyCheckTimeout()
          Use org.apache.commons.httpclient.params.HttpMethodParams 
org.apache.commons.httpclient.methods.ExpectContinueMethod.getUseExpectHeader()
          Use org.apache.commons.httpclient.params.HttpMethodParams 
org.apache.commons.httpclient.methods.OptionsMethod.needContentLength()
          only entity enclosing methods set content length header 
org.apache.commons.httpclient.methods.TraceMethod.recycle()
          no longer supported and will be removed in the future version of HttpClient 
org.apache.commons.httpclient.methods.MultipartPostMethod.recycle()
          no longer supported and will be removed in the future version of HttpClient 
org.apache.commons.httpclient.methods.HeadMethod.recycle()
          no longer supported and will be removed in the future version of HttpClient 
org.apache.commons.httpclient.methods.GetMethod.recycle()
          no longer supported and will be removed in the future version of HttpClient 
org.apache.commons.httpclient.methods.EntityEnclosingMethod.recycle()
          no longer supported and will be removed in the future version of HttpClient 
org.apache.commons.httpclient.methods.HeadMethod.setBodyCheckTimeout(int)
          Use org.apache.commons.httpclient.params.HttpMethodParams 
org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestBody(InputStream)
          use EntityEnclosingMethod.setRequestEntity(RequestEntity) 55  
org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestBody(String)
          use EntityEnclosingMethod.setRequestEntity(RequestEntity) 55  
org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestContentLength(int)
          Use EntityEnclosingMethod.setContentChunked(boolean) 55 or EntityEnclosingMethod.setRequestEntity(RequestEntity) 55  
org.apache.commons.httpclient.methods.EntityEnclosingMethod.setRequestContentLength(long)
          Use EntityEnclosingMethod.setContentChunked(boolean) 55 or EntityEnclosingMethod.setRequestEntity(RequestEntity) 55  
org.apache.commons.httpclient.methods.ExpectContinueMethod.setUseExpectHeader(boolean)
          Use org.apache.commons.httpclient.params.HttpMethodParams