Class HttpMethodReleaseInputStream

All Implemented Interfaces:
Closeable, AutoCloseable

public class HttpMethodReleaseInputStream extends ByteCountInputStream
  • Constructor Details

    • HttpMethodReleaseInputStream

      public HttpMethodReleaseInputStream(org.apache.http.HttpResponse response) throws IOException
      Parameters:
      response - The HTTP response to read from
      Throws:
      IOException - If there is a problem reading from the response
      NullPointerException - If the response has no message entity
  • Method Details