Package org.eclipse.jetty.http
Interface MultiPartParser.Handler
-
- Enclosing class:
- MultiPartParser
@Deprecated(since="2021-05-27") public static interface MultiPartParser.Handler
Deprecated.
-
-
Method Summary
All Methods Instance Methods Default Methods Deprecated Methods Modifier and Type Method Description default booleancontent(ByteBuffer item, boolean last)Deprecated.default voidearlyEOF()Deprecated.default booleanheaderComplete()Deprecated.default booleanmessageComplete()Deprecated.default voidparsedField(String name, String value)Deprecated.default voidstartPart()Deprecated.
-
-
-
Method Detail
-
startPart
default void startPart()
Deprecated.
-
headerComplete
default boolean headerComplete()
Deprecated.
-
content
default boolean content(ByteBuffer item, boolean last)
Deprecated.
-
messageComplete
default boolean messageComplete()
Deprecated.
-
earlyEOF
default void earlyEOF()
Deprecated.
-
-