Class ResponseStream

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable

    public abstract class ResponseStream
    extends OutputStream

    ResponseStream is an interface describing an adapter to an underlying output mechanism for binary output.

    • Constructor Detail

      • ResponseStream

        public ResponseStream()