类 DefaultParts.DefaultPart
java.lang.Object
cn.taketoday.http.codec.multipart.DefaultParts.AbstractPart
cn.taketoday.http.codec.multipart.DefaultParts.DefaultPart
- 所有已实现的接口:
Part
- 直接已知子类:
DefaultParts.DefaultFilePart
- 封闭类:
- DefaultParts
Default implementation of
Part.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.http.codec.multipart.DefaultParts.AbstractPart
headers, name
-
字段详细资料
-
-
构造器详细资料
-
DefaultPart
-
-
方法详细资料
-
content
public reactor.core.publisher.Flux<cn.taketoday.core.io.buffer.DataBuffer> content()从接口复制的说明:PartReturn the content for this part.Note that for a
FormFieldPartthe content may be accessed more easily viaFormFieldPart.value(). -
delete
从接口复制的说明:PartReturn a mono that, when subscribed to, deletes the underlying storage for this part. -
toString
-