类 PartGenerator.FormFieldState
java.lang.Object
cn.taketoday.http.codec.multipart.PartGenerator.State
cn.taketoday.http.codec.multipart.PartGenerator.FormFieldState
- 封闭类:
- PartGenerator
The creator state when a form field is received.
Stores all body buffers in memory (up until
PartGenerator.maxInMemorySize).-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidapplyBody(cn.taketoday.core.io.buffer.DataBuffer dataBuffer) Invoked when aMultipartParser.BodyTokenis received.voidInvoked when all tokens for the part have been received.private voidstore(cn.taketoday.core.io.buffer.DataBuffer dataBuffer) toString()从类继承的方法 cn.taketoday.http.codec.multipart.PartGenerator.State
dispose, error
-
字段详细资料
-
headers
-
value
private final cn.taketoday.util.FastByteArrayOutputStream value
-
-
构造器详细资料
-
FormFieldState
-
-
方法详细资料
-
applyBody
public void applyBody(cn.taketoday.core.io.buffer.DataBuffer dataBuffer) 从类复制的说明:PartGenerator.StateInvoked when aMultipartParser.BodyTokenis received.- 指定者:
applyBody在类中PartGenerator.State
-
store
private void store(cn.taketoday.core.io.buffer.DataBuffer dataBuffer) -
onComplete
public void onComplete()从类复制的说明:PartGenerator.StateInvoked when all tokens for the part have been received.- 覆盖:
onComplete在类中PartGenerator.State
-
toString
-