Class LazyResponseOutputStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public class LazyResponseOutputStream
    extends OutputStream
    This will get the response to get an outputstream from but will not actually get it from the response until someone attempts to use the outputstream
    This is horrible but required because of the way Sakai tool forwarding works
    Author:
    Aaron Zeckoski (azeckoski @ gmail.com)