|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestBodyWriter
Callback interface for writing request body content.
Method Summary | |
---|---|
int |
getContentLength()
Returns the total number of bytes that will be written in a single pass by this writer. |
void |
reset()
Initialises the writer. |
int |
write(byte[] buffer)
Writes body content to the supplied buffer. |
Method Detail |
---|
int getContentLength()
void reset()
int write(byte[] buffer)
buffer
- the content buffer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |