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. 
 

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 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)
           
 



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