Uses of Interface
org.apache.commons.httpclient.methods.RequestEntity

Packages that use RequestEntity
org.apache.commons.httpclient.methods Classes implementing HttpMethod for the base HTTP methods. 
org.apache.commons.httpclient.methods.multipart Provides Multipart support classes for the MultipartPostMethod
 

Uses of RequestEntity in org.apache.commons.httpclient.methods
 

Classes in org.apache.commons.httpclient.methods that implement RequestEntity
 class ByteArrayRequestEntity
          A RequestEntity that contains an array of bytes.
 class FileRequestEntity
          A RequestEntity that represents a File.
 class InputStreamRequestEntity
          A RequestEntity that contains an InputStream.
 class StringRequestEntity
          A RequestEntity that contains a String.
 

Methods in org.apache.commons.httpclient.methods that return RequestEntity
protected  RequestEntity PostMethod.generateRequestEntity()
          Generates a request entity from the post parameters, if present.
protected  RequestEntity EntityEnclosingMethod.generateRequestEntity()
           
 RequestEntity EntityEnclosingMethod.getRequestEntity()
           
 

Methods in org.apache.commons.httpclient.methods with parameters of type RequestEntity
 void EntityEnclosingMethod.setRequestEntity(RequestEntity requestEntity)
           
 

Uses of RequestEntity in org.apache.commons.httpclient.methods.multipart
 

Classes in org.apache.commons.httpclient.methods.multipart that implement RequestEntity
 class MultipartRequestEntity
          Implements a request entity suitable for an HTTP multipart POST method.
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.