Class Hierarchy
- java.lang.Object
- org.apache.commons.httpclient.methods.ByteArrayRequestEntity (implements org.apache.commons.httpclient.methods.RequestEntity)
- org.apache.commons.httpclient.methods.FileRequestEntity (implements org.apache.commons.httpclient.methods.RequestEntity)
- org.apache.commons.httpclient.HttpMethodBase (implements org.apache.commons.httpclient.HttpMethod)
- org.apache.commons.httpclient.methods.DeleteMethod
- org.apache.commons.httpclient.methods.ExpectContinueMethod
- org.apache.commons.httpclient.methods.EntityEnclosingMethod
- org.apache.commons.httpclient.methods.PostMethod
- org.apache.commons.httpclient.methods.PutMethod
- org.apache.commons.httpclient.methods.MultipartPostMethod
- org.apache.commons.httpclient.methods.EntityEnclosingMethod
- org.apache.commons.httpclient.methods.GetMethod
- org.apache.commons.httpclient.methods.HeadMethod
- org.apache.commons.httpclient.methods.OptionsMethod
- org.apache.commons.httpclient.methods.TraceMethod
- org.apache.commons.httpclient.methods.InputStreamRequestEntity (implements org.apache.commons.httpclient.methods.RequestEntity)
- org.apache.commons.httpclient.methods.StringRequestEntity (implements org.apache.commons.httpclient.methods.RequestEntity)
Interface Hierarchy
- org.apache.commons.httpclient.methods.RequestEntity