类 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
private static class HttpComponentsClientHttpRequest.BodyEntity
extends Object
implements org.apache.hc.core5.http.HttpEntity
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidclose()longorg.apache.hc.core5.function.Supplier<List<? extends org.apache.hc.core5.http.Header>>booleanbooleanbooleanvoidwriteTo(OutputStream outStream)
-
字段详细资料
-
headers
-
body
-
-
构造器详细资料
-
BodyEntity
-
-
方法详细资料
-
getContentLength
public long getContentLength()- 指定者:
getContentLength在接口中org.apache.hc.core5.http.EntityDetails
-
getContentType
- 指定者:
getContentType在接口中org.apache.hc.core5.http.EntityDetails
-
getContent
- 指定者:
getContent在接口中org.apache.hc.core5.http.HttpEntity
-
writeTo
- 指定者:
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
- 指定者:
getContentEncoding在接口中org.apache.hc.core5.http.EntityDetails
-
isChunked
public boolean isChunked()- 指定者:
isChunked在接口中org.apache.hc.core5.http.EntityDetails
-
getTrailerNames
- 指定者:
getTrailerNames在接口中org.apache.hc.core5.http.EntityDetails
-
close
public void close()- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable
-