类的使用
cn.taketoday.http.codec.multipart.MultipartParser.State
使用MultipartParser.State的程序包
-
cn.taketoday.http.codec.multipart中MultipartParser.State的使用
修饰符和类型类说明private final classThe state of the parser dealing with multipart bodies.private static final classThe state of the parser when finished, either due to seeing the final boundary or to a malformed message.private final classThe state of the parser dealing with part headers.private final classThe initial state of the parser.修饰符和类型方法说明(专用程序包) booleanMultipartParser.changeState(MultipartParser.State oldState, MultipartParser.State newState, cn.taketoday.core.io.buffer.DataBuffer remainder)