Interface StreamHandler


  • public interface StreamHandler
    Handles a response stream.
    Author:
    AO Industries, Inc.
    • Method Detail

      • onDumpSize

        void onDumpSize​(long dumpSize)
                 throws IOException
        Called once the dump size is known and before the stream is obtained.
        Parameters:
        dumpSize - The number of bytes that will be transferred or -1 if unknown
        Throws:
        IOException