public static interface StreamingResponse.Writer<T>
Modifier and Type | Method and Description |
---|---|
OutputStream |
getEntityStream() |
void |
write(T data) |
void write(T data) throws IOException
IOException
OutputStream getEntityStream()
Apache CXF