| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RequestEntity | |
|---|---|
| org.apache.commons.httpclient.methods | Classes implementing HttpMethodfor 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 | ByteArrayRequestEntityA RequestEntity that contains an array of bytes. | 
|  class | FileRequestEntityA RequestEntity that represents a File. | 
|  class | InputStreamRequestEntityA RequestEntity that contains an InputStream. | 
|  class | StringRequestEntityA 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 | MultipartRequestEntityImplements a request entity suitable for an HTTP multipart POST method. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||