org.apache.commons.httpclient.methods
public class FileRequestEntity extends Object implements RequestEntity
Since: 3.1
Constructor Summary | |
---|---|
FileRequestEntity(File file, String contentType) |
Method Summary | |
---|---|
long | getContentLength() |
String | getContentType() |
boolean | isRepeatable() |
void | writeRequest(OutputStream out) |