|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestEntity
This class is an adaptation of the Apache HttpClient implementation
| Method Summary | |
|---|---|
long |
getContentLength()
Gets the request entity's length. |
String |
getContentType()
Gets the entity's content type. |
boolean |
isRepeatable()
Tests if writeRequest(java.io.OutputStream) can be called more than once. |
void |
writeRequest(OutputStream out)
Writes the request entity to the given stream. |
| Method Detail |
|---|
boolean isRepeatable()
writeRequest(java.io.OutputStream) can be called more than once.
OutputStream more than once,
false otherwise.
void writeRequest(OutputStream out)
throws IOException
out -
IOExceptionlong getContentLength()
String getContentType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||