public interface RequestBodyWriter
| Modifier and Type | Method and Description |
|---|---|
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.
|
int getContentLength()
void reset()
int write(byte[] buffer)
buffer - the content buffer© Copyright 2003 The Free Software Foundation, all rights reserved