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 boolean
content(ByteBuffer item, boolean last)
Deprecated.default void
earlyEOF()
Deprecated.default boolean
headerComplete()
Deprecated.default boolean
messageComplete()
Deprecated.default void
parsedField(String name, String value)
Deprecated.default void
startPart()
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.
-
-