|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
| Method Summary | |
long |
getContentLength()
Gets the request entity's length. |
java.lang.String |
getContentType()
Gets the entity's content type. |
boolean |
isRepeatable()
Tests if writeRequest(OutputStream) can be called more than once. |
void |
writeRequest(java.io.OutputStream out)
Writes the request entity to the given stream. |
| Method Detail |
public boolean isRepeatable()
writeRequest(OutputStream) can be called more than once.
OutputStream more than once,
false otherwise.
public void writeRequest(java.io.OutputStream out)
throws java.io.IOException
out -
java.io.IOExceptionpublic long getContentLength()
EntityEnclosingMethod.CONTENT_LENGTH_CHUNKEDpublic java.lang.String getContentType()
HttpMethod.setRequestHeader(String, String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||