public interface StreamingResponse<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
StreamingResponse.Writer<T> |
Modifier and Type | Method and Description |
---|---|
void |
writeTo(StreamingResponse.Writer<T> writer) |
void writeTo(StreamingResponse.Writer<T> writer) throws IOException
IOException
Apache CXF