StreamResource
The {@link oaj.http.StreamResource} class is the binary equivalent to the {@link oaj.http.ReaderResource} object. In essence, it's a container for binary data with optional response headers.
The class is annotated with {@link oaj.http.annotation.Response @Response} which allows it to be returned as responses by REST methods.