Package org.apache.cxf.jaxrs.ext
Interface StreamingResponse<T>
-
public interface StreamingResponse<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStreamingResponse.Writer<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteTo(StreamingResponse.Writer<T> writer)
-
-
-
Method Detail
-
writeTo
void writeTo(StreamingResponse.Writer<T> writer) throws IOException
- Throws:
IOException
-
-