Class ApacheHttpClient4Executor.ResponseStream

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) BaseClientResponse response  
      • Fields inherited from class java.io.BufferedInputStream

        buf, count, marklimit, markpos, pos
      • Fields inherited from class java.io.FilterInputStream

        in
    • Constructor Detail

      • ResponseStream

        public ResponseStream​(java.io.InputStream in,
                              BaseClientResponse response)
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Overrides:
        close in class java.io.BufferedInputStream
        Throws:
        java.io.IOException