|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
protected static interface TerminatingClientHandler.RequestEntityWriter
A writer for writing a request entity.
An instance of a RequestEntityWriter
is obtained by
invoking the TerminatingClientHandler.getRequestEntityWriter(com.sun.jersey.api.client.ClientRequest)
method.
Method Summary | |
---|---|
MediaType |
getMediaType()
|
long |
getSize()
|
void |
writeRequestEntity(OutputStream out)
Write the request entity. |
Method Detail |
---|
long getSize()
MediaType getMediaType()
void writeRequestEntity(OutputStream out) throws IOException
out
- the output stream to write the request entity.
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |