Package org.eclipse.jetty.server
Interface MultiParts
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
MultiParts.MultiPartsHttpParser,MultiParts.MultiPartsUtilParser
@Deprecated(since="2021-05-27") public interface MultiParts extends java.io.CloseableDeprecated.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMultiParts.MultiPartsHttpParserDeprecated.static classMultiParts.MultiPartsUtilParserDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ContextHandler.ContextgetContext()Deprecated.PartgetPart(java.lang.String name)Deprecated.java.util.Collection<Part>getParts()Deprecated.booleanisEmpty()Deprecated.
-
-
-
Method Detail
-
getParts
java.util.Collection<Part> getParts() throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
getPart
Part getPart(java.lang.String name) throws java.io.IOException
Deprecated.- Throws:
java.io.IOException
-
isEmpty
boolean isEmpty()
Deprecated.
-
getContext
ContextHandler.Context getContext()
Deprecated.
-
-