Interface StreamingOutput


public interface StreamingOutput
A type that may be used as a resource method return value or as the entity in a Response when the application wishes to stream the output. This is a lightweight alternative to a MessageBodyWriter.
Since:
1.0
Author:
Paul Sandoz, Marc Hadley
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called to write the message body.