|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRequestBodyWriter
An object writer for Request
s whose body is in object
form and shouldn't be flattened until an output stream is available.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Request.Request(String, URL, IContext, IRequestBodyWriter)
,
Request.getRequestBodyWriter()
Method Summary | |
---|---|
void |
writeRequestBody(OutputStream os)
Writes a request body to the given output stream. |
Method Detail |
---|
void writeRequestBody(OutputStream os) throws IOException
IOException
- if there is a problem writing to the stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |