org.apache.commons.httpclient.methods
public class FileRequestEntity extends java.lang.Object implements RequestEntity
| Constructor and Description |
|---|
FileRequestEntity(java.io.File file,
java.lang.String contentType) |
| Modifier and Type | Method and Description |
|---|---|
long |
getContentLength()
Gets the request entity's length.
|
java.lang.String |
getContentType()
Gets the entity's content type.
|
boolean |
isRepeatable()
Tests if
RequestEntity.writeRequest(OutputStream) can be called more than once. |
void |
writeRequest(java.io.OutputStream out)
Writes the request entity to the given stream.
|
public FileRequestEntity(java.io.File file,
java.lang.String contentType)
public long getContentLength()
RequestEntityEntityEnclosingMethod will use chunk encoding to
transmit the request entity.getContentLength in interface RequestEntitypublic java.lang.String getContentType()
RequestEntitygetContentType in interface RequestEntityHttpMethod.setRequestHeader(String, String)public boolean isRepeatable()
RequestEntityRequestEntity.writeRequest(OutputStream) can be called more than once.isRepeatable in interface RequestEntityOutputStream more than once,
false otherwise.public void writeRequest(java.io.OutputStream out)
throws java.io.IOException
RequestEntitywriteRequest in interface RequestEntityjava.io.IOException