类 HttpComponentsClientHttpRequest.BodyEntity

java.lang.Object
cn.taketoday.http.client.HttpComponentsClientHttpRequest.BodyEntity
所有已实现的接口:
Closeable, AutoCloseable, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.HttpEntity
封闭类:
HttpComponentsClientHttpRequest

private static class HttpComponentsClientHttpRequest.BodyEntity extends Object implements org.apache.hc.core5.http.HttpEntity
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • getContentLength

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

      @Nullable public String getContentType()
      指定者:
      getContentType 在接口中 org.apache.hc.core5.http.EntityDetails
    • getContent

      public InputStream getContent()
      指定者:
      getContent 在接口中 org.apache.hc.core5.http.HttpEntity
    • writeTo

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

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

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

      @Nullable public org.apache.hc.core5.function.Supplier<List<? extends org.apache.hc.core5.http.Header>> getTrailers()
      指定者:
      getTrailers 在接口中 org.apache.hc.core5.http.HttpEntity
    • getContentEncoding

      @Nullable public String getContentEncoding()
      指定者:
      getContentEncoding 在接口中 org.apache.hc.core5.http.EntityDetails
    • isChunked

      public boolean isChunked()
      指定者:
      isChunked 在接口中 org.apache.hc.core5.http.EntityDetails
    • getTrailerNames

      @Nullable public Set<String> getTrailerNames()
      指定者:
      getTrailerNames 在接口中 org.apache.hc.core5.http.EntityDetails
    • close

      public void close()
      指定者:
      close 在接口中 AutoCloseable
      指定者:
      close 在接口中 Closeable