public interface HttpStreamParam
Modifier and Type | Method and Description |
---|---|
long |
getContentLength()
Returns the number of bytes that will be written to the output stream,
if konwn.
|
Map<String,String> |
getHttpHeaders()
Returns the headers associated with this parameter.
|
void |
writeContent(OutputStream out)
Writes the data content of this parameter to a stream.
|
Map<String,String> getHttpHeaders()
void writeContent(OutputStream out) throws IOException
out
- destination streamIOException
long getContentLength()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.