类 HttpClientTransport.WritableHttpEntity

java.lang.Object
org.apache.hc.core5.http.io.entity.AbstractHttpEntity
cn.taketoday.buildpack.platform.docker.transport.HttpClientTransport.WritableHttpEntity
所有已实现的接口:
Closeable, AutoCloseable, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.HttpEntity
封闭类:
HttpClientTransport

private static class HttpClientTransport.WritableHttpEntity extends org.apache.hc.core5.http.io.entity.AbstractHttpEntity
HttpEntity to send Content content.
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • isRepeatable

      public boolean isRepeatable()
      指定者:
      isRepeatable 在接口中 org.apache.hc.core5.http.HttpEntity
      覆盖:
      isRepeatable 在类中 org.apache.hc.core5.http.io.entity.AbstractHttpEntity
    • getContentLength

      public long getContentLength()
    • getContent

      public InputStream getContent() throws UnsupportedOperationException
      抛出:
      UnsupportedOperationException
    • writeTo

      public void writeTo(OutputStream outputStream) throws IOException
      指定者:
      writeTo 在接口中 org.apache.hc.core5.http.HttpEntity
      覆盖:
      writeTo 在类中 org.apache.hc.core5.http.io.entity.AbstractHttpEntity
      抛出:
      IOException
    • isStreaming

      public boolean isStreaming()
    • calculateStringContentLength

      private int calculateStringContentLength()
    • close

      public void close() throws IOException
      抛出:
      IOException