public final class CopyBytesHandler extends java.lang.Object implements ContentHandler<BasicHttpResponse,java.lang.Void>
Constructor and Description |
---|
CopyBytesHandler(java.io.OutputStream outStream) |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
processContent(BasicHttpResponse content)
Consumes content of a specified type and returns a specified result.
|
public java.lang.Void processContent(BasicHttpResponse content) throws RedmineException
ContentHandler
processContent
in interface ContentHandler<BasicHttpResponse,java.lang.Void>
content
- content to process.RedmineException
- if something goes wrong.