类 MultipartParser.PreambleState
java.lang.Object
cn.taketoday.http.codec.multipart.MultipartParser.State
cn.taketoday.http.codec.multipart.MultipartParser.PreambleState
- 封闭类:
- MultipartParser
The initial state of the parser. Looks for the first boundary of the
multipart message. Note that the first boundary is not necessarily
prefixed with
CR LF; only the prefix -- is required.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.http.codec.multipart.MultipartParser.State
dispose
-
字段详细资料
-
firstBoundary
private final cn.taketoday.core.io.buffer.DataBufferUtils.Matcher firstBoundary
-
-
构造器详细资料
-
PreambleState
public PreambleState()
-
-
方法详细资料
-
onNext
public void onNext(cn.taketoday.core.io.buffer.DataBuffer buf) Looks for the first boundary in the given buffer. If found, changes state toMultipartParser.HeadersState, and passes on the remainder of the buffer.- 指定者:
onNext在类中MultipartParser.State
-
onComplete
public void onComplete()- 指定者:
onComplete在类中MultipartParser.State
-
toString
-