Interface HttpUtils.IProcessInputStream

  • Enclosing class:
    HttpUtils

    public static interface HttpUtils.IProcessInputStream
    This interface should be implemented by the http response body stream processor.
    • Method Detail

      • process

        void process​(java.io.InputStream inputStream)
              throws java.io.IOException
        Parameters:
        inputStream - the input stream to process
        Throws:
        java.io.IOException