类 MultipartParser.PreambleState

java.lang.Object
cn.taketoday.http.codec.multipart.MultipartParser.State
cn.taketoday.http.codec.multipart.MultipartParser.PreambleState
封闭类:
MultipartParser

private final class MultipartParser.PreambleState extends MultipartParser.State
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.
  • 字段详细资料

    • firstBoundary

      private final cn.taketoday.core.io.buffer.DataBufferUtils.Matcher firstBoundary
  • 构造器详细资料

    • PreambleState

      public PreambleState()
  • 方法详细资料