类 MultipartParser.DisposedState

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

private static final class MultipartParser.DisposedState extends MultipartParser.State
The state of the parser when finished, either due to seeing the final boundary or to a malformed message. Releases all incoming buffers.