类 MultipartBodyBuilder.PublisherEntity<T,P extends org.reactivestreams.Publisher<T>>
java.lang.Object
cn.taketoday.http.HttpEntity<P>
cn.taketoday.http.client.MultipartBodyBuilder.PublisherEntity<T,P>
- 类型参数:
T- the type contained in the publisherP- the publisher
- 所有已实现的接口:
cn.taketoday.core.ResolvableTypeProvider
- 封闭类:
- MultipartBodyBuilder
static final class MultipartBodyBuilder.PublisherEntity<T,P extends org.reactivestreams.Publisher<T>>
extends HttpEntity<P>
implements cn.taketoday.core.ResolvableTypeProvider
Specialization of
HttpEntity for use with a
Publisher-based body, for which we also need to keep track of
the element type.-
字段概要
字段从类继承的字段 cn.taketoday.http.HttpEntity
EMPTY -
构造器概要
构造器构造器说明PublisherEntity(cn.taketoday.util.MultiValueMap<String, String> headers, P publisher, cn.taketoday.core.ResolvableType resolvableType) -
方法概要
修饰符和类型方法说明cn.taketoday.core.ResolvableTypeReturn the element type for thePublisherbody.从类继承的方法 cn.taketoday.http.HttpEntity
equals, getBody, getHeaders, hasBody, hashCode, toString
-
字段详细资料
-
resolvableType
private final cn.taketoday.core.ResolvableType resolvableType
-
-
构造器详细资料
-
PublisherEntity
-
-
方法详细资料
-
getResolvableType
@NonNull public cn.taketoday.core.ResolvableType getResolvableType()Return the element type for thePublisherbody.- 指定者:
getResolvableType在接口中cn.taketoday.core.ResolvableTypeProvider
-