Class EntityEnclosingRequestWrapper.EntityWrapper

java.lang.Object
org.apache.http.entity.HttpEntityWrapper
org.apache.http.impl.client.EntityEnclosingRequestWrapper.EntityWrapper
All Implemented Interfaces:
org.apache.http.HttpEntity
Enclosing class:
EntityEnclosingRequestWrapper

class EntityEnclosingRequestWrapper.EntityWrapper extends org.apache.http.entity.HttpEntityWrapper
  • Constructor Details

    • EntityWrapper

      EntityWrapper(org.apache.http.HttpEntity entity)
  • Method Details

    • consumeContent

      public void consumeContent() throws IOException
      Specified by:
      consumeContent in interface org.apache.http.HttpEntity
      Overrides:
      consumeContent in class org.apache.http.entity.HttpEntityWrapper
      Throws:
      IOException
    • getContent

      public InputStream getContent() throws IOException
      Specified by:
      getContent in interface org.apache.http.HttpEntity
      Overrides:
      getContent in class org.apache.http.entity.HttpEntityWrapper
      Throws:
      IOException
    • writeTo

      public void writeTo(OutputStream outStream) throws IOException
      Specified by:
      writeTo in interface org.apache.http.HttpEntity
      Overrides:
      writeTo in class org.apache.http.entity.HttpEntityWrapper
      Throws:
      IOException