类 HttpclientEntity

java.lang.Object
com.dtflys.forest.backend.httpclient.response.HttpclientEntity
所有已实现的接口:
org.apache.http.HttpEntity

public class HttpclientEntity extends Object implements org.apache.http.HttpEntity
  • 构造器详细资料

  • 方法详细资料

    • isRepeatable

      public boolean isRepeatable()
      指定者:
      isRepeatable 在接口中 org.apache.http.HttpEntity
    • isChunked

      public boolean isChunked()
      指定者:
      isChunked 在接口中 org.apache.http.HttpEntity
    • getContentLength

      public long getContentLength()
      指定者:
      getContentLength 在接口中 org.apache.http.HttpEntity
    • getContentType

      public org.apache.http.Header getContentType()
      指定者:
      getContentType 在接口中 org.apache.http.HttpEntity
    • getContentEncoding

      public org.apache.http.Header getContentEncoding()
      指定者:
      getContentEncoding 在接口中 org.apache.http.HttpEntity
    • getContent

      指定者:
      getContent 在接口中 org.apache.http.HttpEntity
      抛出:
      IOException
      UnsupportedOperationException
    • writeTo

      public void writeTo(OutputStream outputStream) throws IOException
      指定者:
      writeTo 在接口中 org.apache.http.HttpEntity
      抛出:
      IOException
    • isStreaming

      public boolean isStreaming()
      指定者:
      isStreaming 在接口中 org.apache.http.HttpEntity
    • consumeContent

      public void consumeContent() throws IOException
      指定者:
      consumeContent 在接口中 org.apache.http.HttpEntity
      抛出:
      IOException